Skip to content

Commit 95a2671

Browse files
authored
Fix typo “a cases” in kinds_of_types.rst (#10420)
1 parent e4bf526 commit 95a2671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/kinds_of_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ will complain about the possible ``None`` value. You can use
329329
330330
When initializing a variable as ``None``, ``None`` is usually an
331331
empty place-holder value, and the actual value has a different type.
332-
This is why you need to annotate an attribute in a cases like the class
332+
This is why you need to annotate an attribute in cases like the class
333333
``Resource`` above:
334334

335335
.. code-block:: python

0 commit comments

Comments
 (0)