Skip to content

Commit 2f6abdc

Browse files
author
Mauko Quiroga
committed
Fix typo in role
1 parent 16ff5b9 commit 2f6abdc

File tree

1 file changed

+1
-1
lines changed
  • openfisca_core/indexed_enums

1 file changed

+1
-1
lines changed

openfisca_core/indexed_enums/enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def encode(cls, array: Encodable) -> enums.EnumArray:
142142
143143
.. versionchanged:: 35.5.0
144144
Fixed a bug when encoding :class:`bytes` arrays, now they're casted
145-
to :str:`str` prior to encoding.
145+
to :obj:`str` prior to encoding.
146146
147147
.. versionchanged:: 35.5.0
148148
Fixed a bug when encoding scalar arrays of :class:`.Enum` items,

0 commit comments

Comments
 (0)