Skip to content

Commit 375ab0d

Browse files
committed
whitespace
1 parent fe51e78 commit 375ab0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

irods/access.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def copy(self, decanonicalize=False, implied_zone=''):
127127
Create a copy of the object, possibly in a normalized form.
128128
129129
Args:
130-
decanonicalize: Whether to modify to access_name field to a more human (1/True) or more standard (-1) form
131-
If the former, then one-word style is favored, ie "read" and "write". If the latter, the new access_name
130+
decanonicalize: Whether to modify to access_name field to a more human-readable (1/True) or more standard (-1) form.
131+
If the former, then a more organic style is favored, i.e. "read" and "write". If the latter, the new access_name
132132
will be more machine-friendly for operators __lt__ (for sorting) and __eq__ (for equivalence or use with 'in').
133133
implied_zone: If a nonzero-length name, compare this against the zone_name field of the old object and force the zone_name to
134134
zero-length in the new object.

0 commit comments

Comments
 (0)