Commit 7ee56c52 authored by Jason R. Coombs's avatar Jason R. Coombs

Update docstring to include the actual entry point names (for hits when grepping).

parent 16da5eac
......@@ -2015,7 +2015,8 @@ class ScriptWriter(object):
@classmethod
def get_args(cls, dist, header=None):
"""
Yield write_script() argument tuples for a distribution's entrypoints
Yield write_script() argument tuples for a distribution's
console_scripts and gui_scripts entry points.
"""
if header is None:
header = cls.get_header()
......
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