Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci authored Nov 9, 2023
1 parent fbef206 commit 4cbcfe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $ autopep8 --experimental <filename>
Disabling line-by-line
----------------------

It is possible to disable autopep8 untill it it turned back on again in the file, using ``autopep8: off`` and then renabling ``autopep8: on``.
It is possible to disable autopep8 untill it it turned back on again in the file, using ``autopep8: off`` and then renabling ``autopep8: on``.

.. code-block:: python
Expand All @@ -327,7 +327,7 @@ It is possible to disable autopep8 untill it it turned back on again in the file
[10, 10, 10, 10],
]
# autopep8: on
``fmt: off`` and ``fmt: on`` are also valid.

Use as a module
Expand Down

0 comments on commit 4cbcfe6

Please sign in to comment.