Skip to content

Commit 4a58fdf

Browse files
author
Chen Kasirer
committed
fixed typo in style guide
1 parent 6805996 commit 4a58fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The procedure for submitting a PR is the following.
7474
Style guide
7575
===========
7676

77-
Please run `black -180 <path_to_source_file>` to auto-format your code.
77+
Please run `black -l 180 <path_to_source_file>` to auto-format your code.
7878

7979
The command ``invoke lint`` runs the entire codebase through ``flake8``.
8080
As described in the `docs <https://flake8.pycqa.org/en/latest/manpage.html>`_,

0 commit comments

Comments
 (0)