Skip to content

Commit

Permalink
Update README.rst: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichtarsky authored Aug 26, 2024
1 parent 916d699 commit cf5cf86
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 cf5cf86

Please sign in to comment.