Skip to content

Commit c694f8a

Browse files
committed
docformatter command fixed.
1 parent 4b1336e commit c694f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_09_development/_develop_guide/_develop_guide/_develop_new_pkg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ and launched over the ``.py`` files by running:
334334
.. code-block:: bash
335335
336336
for file in $(find <path/to/package/directory> -name "*.py"); do
337-
python-lint "$file"
337+
docformatter --in-place "$file"
338338
done
339339
340340
This may NOT fix all the errors, but it will eliminate some of them.

0 commit comments

Comments
 (0)