Skip to content

Commit

Permalink
Merge pull request #768 from mrichtarsky/patch-1
Browse files Browse the repository at this point in the history
Update README.rst: Typo fix
  • Loading branch information
hhatto authored Nov 2, 2024
2 parents 916d699 + cf5cf86 commit e66c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,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 until it is turned back on again in the file, using ``autopep8: off`` and then reenabling with ``autopep8: on``.

.. code-block:: python
Expand Down

0 comments on commit e66c807

Please sign in to comment.