Skip to content

Commit 6b9f71d

Browse files
committed
change comment
1 parent 41439a8 commit 6b9f71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/data_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class _repl_status(enum.Enum):
5151
WRITE_LOCKED = range(5)
5252

5353

54-
# Ordering by fitness for use/interface, for various replica status values.
54+
# An ordering of the various replica status values, by descending fitness for use/interface
5555
_REPL_STATUSES = tuple(
5656
getattr(_repl_status, ident).value for ident in (
5757
"GOOD_REPLICA",

0 commit comments

Comments
 (0)