Merge pull request #1009 from jupyterhub/willingc-patch-1

Add word to docstring to improve comprehension
This commit is contained in:
Min RK
2017-03-05 16:03:39 -08:00
committed by GitHub

View File

@@ -268,7 +268,7 @@ def js_css_first(cls, strict=True):
class bdist_egg_disabled(bdist_egg):
"""Disabled version of bdist_egg
Prevents setup.py install performing setuptools' default easy_install,
Prevents setup.py install from performing setuptools' default easy_install,
which it should never ever do.
"""
def run(self):