Skip to content

Commit

Permalink
Update doc string to use () rather than []
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Sep 25, 2017
1 parent 08afcb5 commit a0dfa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/OmeroPy/src/omero/testlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def new_user(cls, group=None, perms=None,
:system: If user is to be a system group member
:privileges: If system group member is to have privileges
privileges=None gives all privileges (full admin)
privileges=[] gives no privileges
privileges=() gives no privileges
"""

if not cls.root:
Expand Down

0 comments on commit a0dfa53

Please sign in to comment.