summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstepshal <stepshal@users.noreply.github.com>2016-08-22 19:25:13 +0700
committerJason R. Coombs <jaraco@jaraco.com>2016-08-22 08:25:13 -0400
commit1aa71905fc9bd9a13f2b0c371e869ae8eb27308c (patch)
treebd77fc85e065264ebcdf9d14dd3e4da8f7253ee7
parent64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef (diff)
downloadpython-setuptools-git-1aa71905fc9bd9a13f2b0c371e869ae8eb27308c.tar.gz
Make exactly one space after comma. (#756)
-rw-r--r--pkg_resources/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index 033fc8aa..27d70a60 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -276,7 +276,7 @@ def get_supported_platform():
__all__ = [
# Basic resource access and distribution/entry point discovery
- 'require', 'run_script', 'get_provider', 'get_distribution',
+ 'require', 'run_script', 'get_provider', 'get_distribution',
'load_entry_point', 'get_entry_map', 'get_entry_info',
'iter_entry_points',
'resource_string', 'resource_stream', 'resource_filename',