Skip to content

Commit 59030c7

Browse files
committed
use periods in both comments in code sample
1 parent 03af90d commit 59030c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ from irods.meta import iRODSBinOrStringMeta as MyMeta
869869
d = session.data_objects.get('/path/to/object')
870870
unencodable_octets = '\u1000'.encode('utf8')[:-1]
871871

872-
# Use our custom client-metadata type to store arbitrary octet strings
872+
# Use our custom client-metadata type to store arbitrary octet strings.
873873
meta_view = d.metadata(iRODSMeta_type = MyMeta)
874874
meta_view.set(m1 := MyMeta('mybinary', unencodable_octets, b'\x02'))
875875

0 commit comments

Comments
 (0)