summaryrefslogtreecommitdiffstats
path: root/hacking/build_library
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/build_library')
-rw-r--r--hacking/build_library/build_ansible/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hacking/build_library/build_ansible/commands.py b/hacking/build_library/build_ansible/commands.py
index 363e8056fc..e689e25a37 100644
--- a/hacking/build_library/build_ansible/commands.py
+++ b/hacking/build_library/build_ansible/commands.py
@@ -12,9 +12,9 @@ from abc import ABCMeta, abstractmethod, abstractproperty
class Command:
"""
- Subcommands of :program:`build-ansible`.
+ Subcommands of :program:`build-ansible.py`.
- This defines an interface that all subcommands must conform to. :program:`build-ansible` will
+ This defines an interface that all subcommands must conform to. :program:`build-ansible.py` will
require that these things are present in order to proceed.
"""
@staticmethod