Skip to content

Commit 0105116

Browse files
committed
colon, not comma
1 parent 2b82c69 commit 0105116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __setattr__(self, name, value):
142142
value: the value to be written to the attribute.
143143
144144
Raises:
145-
AttributeError, on any attempt to write to these special attributes.
145+
AttributeError: on any attempt to write to these special attributes.
146146
"""
147147
from irods.manager.metadata_manager import _MetadataManager_opts_initializer
148148

0 commit comments

Comments
 (0)