summaryrefslogtreecommitdiff
path: root/setuptools/command/build_py.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-12-07 14:59:34 +0200
committerVille Skyttä <ville.skytta@iki.fi>2016-12-07 14:59:34 +0200
commit1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82 (patch)
treed24d2caa55859b867a65bd4b2a07d695a9ae2d62 /setuptools/command/build_py.py
parentc4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (diff)
downloadpython-setuptools-git-1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82.tar.gz
Spelling fixes
Diffstat (limited to 'setuptools/command/build_py.py')
-rw-r--r--setuptools/command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py
index 289e6fb8..b0314fd4 100644
--- a/setuptools/command/build_py.py
+++ b/setuptools/command/build_py.py
@@ -219,7 +219,7 @@ class build_py(orig.build_py, Mixin2to3):
@staticmethod
def _get_platform_patterns(spec, package, src_dir):
"""
- yield platfrom-specific path patterns (suitable for glob
+ yield platform-specific path patterns (suitable for glob
or fn_match) from a glob-based spec (such as
self.package_data or self.exclude_package_data)
matching package in src_dir.