mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #1009 from jupyterhub/willingc-patch-1
Add word to docstring to improve comprehension
This commit is contained in:
2
setup.py
2
setup.py
@@ -268,7 +268,7 @@ def js_css_first(cls, strict=True):
|
|||||||
class bdist_egg_disabled(bdist_egg):
|
class bdist_egg_disabled(bdist_egg):
|
||||||
"""Disabled version of 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.
|
which it should never ever do.
|
||||||
"""
|
"""
|
||||||
def run(self):
|
def run(self):
|
||||||
|
Reference in New Issue
Block a user