Skip to content

Commit

Permalink
fix: typo 'extras_require'
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomologni committed Dec 4, 2021
1 parent 2989ca4 commit 4fd382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ When your project is installed, all of the dependencies not already installed
will be located (via PyPI), downloaded, built (if necessary), and installed.
This, of course, is a simplified scenarios. ``setuptools`` also provide
additional keywords such as ``setup_requires`` that allows you to install
dependencies before running the script, and ``extras_requires`` that take
dependencies before running the script, and ``extras_require`` that take
care of those needed by automatically generated scripts. It also provides
mechanisms to handle dependencies that are not in PyPI. For more advanced use,
see :doc:`dependency_management`
Expand Down

0 comments on commit 4fd382d

Please sign in to comment.