Skip to content

Commit bbbbf08

Browse files
committed
py(3)
1 parent 59030c7 commit bbbbf08

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
@@ -864,7 +864,7 @@ An example is the `irods.meta.iRODSBinOrStringMeta` class which uses the
864864
`base64` module to "hide" arbitrary bytestrings within the `value` and
865865
`units` attributes of an iRODS metadata AVU:
866866

867-
```
867+
```py
868868
from irods.meta import iRODSBinOrStringMeta as MyMeta
869869
d = session.data_objects.get('/path/to/object')
870870
unencodable_octets = '\u1000'.encode('utf8')[:-1]

0 commit comments

Comments
 (0)