Commit aaf96961 authored by Christian Theune's avatar Christian Theune

Docstring style cleanup, a little wording.

parent 05301f8d
...@@ -288,10 +288,13 @@ class INameChooser(Interface): ...@@ -288,10 +288,13 @@ class INameChooser(Interface):
def chooseName(name, object): def chooseName(name, object):
"""Choose a unique valid name for the object. """Choose a unique valid name for the object.
This method is expected to always choose a valid name without error.
The given name and object may be taken into account when The given name and object may be taken into account when
choosing the name. choosing the name.
chooseName is expected to always choose a valid name (that would pass
the checkName test) and never raise an error.
""" """
......
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