We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc18bc5 commit 0386347Copy full SHA for 0386347
README.md
@@ -2150,7 +2150,7 @@ requests against the inclusion of any redundant ACL operations.
2150
2151
For purposes of sorting, a `__lt__` operator is also defined that would
2152
allow sorting of lists of `iRODSAccess`, `ACLOperations`, or the two intermixed:
2153
-```
+```py
2154
perms_list=[
2155
ACLOperation('read', 'bob'),
2156
iRODSAccess('read', '/tempZone/home/alice', 'alice')
0 commit comments