Skip to content

Commit e7b3cd9

Browse files
authored
Merge pull request #60 from fjanguita/ament_lint_documentation
docformatter command fixed.
2 parents 5f8d733 + c694f8a commit e7b3cd9

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)