Skip to content

Commit cccf8ee

Browse files
authored
Actually call bin_name in help string (#20434)
Looks like this was just a simple mistake.
1 parent a10312d commit cccf8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pants/backend/python/lint/pydocstyle/subsystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Pydocstyle(PythonToolBase):
5858
5959
Please note that even though `pydocstyle` keeps looking for a configuration file up the
6060
directory tree until one is found, Pants will only search for the config files in the
61-
repository root (from where you would normally run the `{bin_name}` command).
61+
repository root (from where you would normally run the `{bin_name()}` command).
6262
6363
Use `[{cls.options_scope}].config` instead if your config is in a non-standard location.
6464
"""

0 commit comments

Comments
 (0)