Skip to content

Commit

Permalink
Fix import statement on quickstart guide (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Sep 12, 2023
2 parents 0120605 + 5f29762 commit e3d5edd
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 @@ -229,7 +229,7 @@ found, as shown in the example below:

.. code-block:: python
from setuptools import find_packages # or find_namespace_packages
from setuptools import setup, find_packages # or find_namespace_packages
setup(
# ...
Expand Down

0 comments on commit e3d5edd

Please sign in to comment.