Skip to content

Commit 44c5dbf

Browse files
authored
Fix: Incorrectly accepted None for the collection_idprop.values return value (#369)
1 parent a976f2e commit 44c5dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods/common/analyzer/append/bpy.types.mod.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177

178178
.. method:: values()
179179

180-
:rtype: list[_GenericType1 | None]
180+
:rtype: list[_GenericType1]
181181
:mod-option rtype: skip-refine
182182

183183
.. method:: items()

0 commit comments

Comments
 (0)