Skip to content

Commit

Permalink
Merge pull request #1198 from rogererens/patch-1
Browse files Browse the repository at this point in the history
Fix what looks like a typo
  • Loading branch information
KeyWeeUsr authored Dec 18, 2017
2 parents 2b3d52b + 55e9089 commit 8829312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/distutils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ example will include all .py and .png files in the ``testapp``
folder::

from distutils.core import setup
from setup
from setuptools import find_packages

setup(
name='testapp_setup',
Expand Down

0 comments on commit 8829312

Please sign in to comment.