From ac03e69e23a04cb62f69facef34b60195ce7e962 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 11 Feb 2026 12:03:05 -0600 Subject: [PATCH] docs: Fix formatting of bulleted list in ExtendedPropertyValue docstring --- src/nitypes/waveform/typing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nitypes/waveform/typing.py b/src/nitypes/waveform/typing.py index a4de9bd7..009041f5 100644 --- a/src/nitypes/waveform/typing.py +++ b/src/nitypes/waveform/typing.py @@ -18,6 +18,7 @@ """Type alias for an ExtendedPropertyDictionary value. This type alias is a union of the following types: + * :class:`bool` * :class:`float` * :class:`int`