Skip to content

Commit 5f29762

Browse files
author
Ryan Routsong
committed
fix import statement on quickstart guide
1 parent 0120605 commit 5f29762

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)