Skip to content

Commit a852fb8

Browse files
authored
Fix small grammatical mistake in README
1 parent f726adf commit a852fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ However, ``use_scm_version`` must still be placed in ``setup.py``. For example:
9999
100100
.. important::
101101

102-
Ensure neither the ``[metadata] version`` option nor the ``[egg_info]``
103-
section are not defined, as these will interfere with ``setuptools_scm``.
102+
Ensure neither the ``[metadata]`` ``version`` option nor the ``[egg_info]``
103+
section are defined, as these will interfere with ``setuptools_scm``.
104104

105105
You may also need to define a ``pyproject.toml`` file (`PEP-0518
106106
<https://www.python.org/dev/peps/pep-0518>`_) to ensure you have the required

0 commit comments

Comments
 (0)