Skip to content

Commit e6196c2

Browse files
committed
docstring reformat
1 parent 9311683 commit e6196c2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

irods/access.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ def copy(self, decanonicalize=False, implied_zone=''):
129129
Create a copy of the object, possibly in a normalized form.
130130
131131
Args:
132-
decanonicalize: Whether to modify to access_name field to a more human-readable (when 1 i.e. True)
133-
or more standard form (when -1). If the former, then a more organic style is favored, i.e.
134-
"read" and "write". If the latter, the new access_name will be more machine-friendly
135-
for operators __lt__ (for sorting) and __eq__ (for equivalence or use with 'in').
136-
If equal to (0 i.e. False), no adjustment is done.
132+
decanonicalize: Whether to modify to access_name field to a more human-readable form
133+
(when 1 or True) or a more standard form (when -1). If the former, then a more
134+
organic style is favored, i.e. "read" and "write". If the latter, the new
135+
access_name will be more machine-friendly for operators __lt__ (for sorting) and
136+
__eq__ (for equivalence or use with 'in'). If equal to 0 (or False), no adjustment
137+
is done.
137138
implied_zone: If a nonzero-length name, compare this against the zone_name field of the
138139
old object, and if they match, force the zone_name to zero-length in the new object.
139140

0 commit comments

Comments
 (0)