Skip to content

Commit

Permalink
Add cross reference to plistlib in normalizeLibValue docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutnergaard committed Nov 27, 2024
1 parent 2bc3c0e commit 6f3323c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/fontParts/base/normalizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def normalizeLibValue(value: LibValueType) -> LibValueType:
If `value` is a collection (:class:`list`, :class:`tuple`, or :class:`dict`),
its elements will be normalized recursively.
:param value: The lib value to normalize. The value (or any item) must not
be :obj:`None`.
:param value: The lib value to normalize. The value and any value items must
be a type compatible with the :mod:`plistlib` module.
:return: The normalized lib value, of the same type as `value`.
:raises ValueError: If `value` or any of it's items is :obj:`None`.
Expand Down

0 comments on commit 6f3323c

Please sign in to comment.