Skip to content

Commit

Permalink
Merge pull request #2626 from Yhg1s/patch-1
Browse files Browse the repository at this point in the history
Fix typo in setup.py example in quickstart guide.
  • Loading branch information
jaraco committed Apr 3, 2021
2 parents 1b5352e + c91153a commit 03ad13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Expand Up @@ -62,7 +62,7 @@ the minimum
from setuptools import setup
setup(
name='mypackage"'
name='mypackage',
version='0.0.1',
packages=['mypackage'],
install_requires=[
Expand Down

0 comments on commit 03ad13c

Please sign in to comment.