Skip to content

Commit e3d5edd

Browse files
authored
Fix import statement on quickstart guide (#4049)
2 parents 0120605 + 5f29762 commit e3d5edd

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
@@ -229,7 +229,7 @@ found, as shown in the example below:
229229

230230
.. code-block:: python
231231
232-
from setuptools import find_packages # or find_namespace_packages
232+
from setuptools import setup, find_packages # or find_namespace_packages
233233
234234
setup(
235235
# ...

0 commit comments

Comments
 (0)