Skip to content

Commit 021768e

Browse files
authored
Missing the word "pyproject.toml" in Quickstart.
In the sentence "If you are experimenting with configuration using, or have version of..."
1 parent b7c2a06 commit 021768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ associate with your source code. For more information, see :doc:`development_mod
345345
required to be compatible with development mode. With late
346346
versions of pip, ``setup.cfg``-only projects may be installed in this mode.
347347

348-
If you are experimenting with :doc:`configuration using <pyproject_config>`,
348+
If you are experimenting with :doc:`configuration using pyproject.toml <pyproject_config>`,
349349
or have version of ``pip`` older than v21.1, you might need to keep a
350350
``setup.py`` file in file in your repository if you want to use editable
351351
installs (for the time being).

0 commit comments

Comments
 (0)