Commit 0fd2463f authored by Gary Poster's avatar Gary Poster

fix docstring

parent 05757604
...@@ -983,8 +983,8 @@ def scripts(reqs, working_set, executable, dest, ...@@ -983,8 +983,8 @@ def scripts(reqs, working_set, executable, dest,
"""Generate scripts and/or an interpreter. """Generate scripts and/or an interpreter.
See sitepackage_safe_scripts for a version that can be used with a Python See sitepackage_safe_scripts for a version that can be used with a Python
that can be used with a Python that has code installed in site-packages. that has code installed in site-packages. It has more options and a
It has more options and a different approach. different approach.
""" """
path = _get_path(working_set, extra_paths) path = _get_path(working_set, extra_paths)
if initialization: if initialization:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment