We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ff5b9 commit 2f6abdcCopy full SHA for 2f6abdc
openfisca_core/indexed_enums/enum.py
@@ -142,7 +142,7 @@ def encode(cls, array: Encodable) -> enums.EnumArray:
142
143
.. versionchanged:: 35.5.0
144
Fixed a bug when encoding :class:`bytes` arrays, now they're casted
145
- to :str:`str` prior to encoding.
+ to :obj:`str` prior to encoding.
146
147
148
Fixed a bug when encoding scalar arrays of :class:`.Enum` items,
0 commit comments