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 e4bf526 commit 95a2671Copy full SHA for 95a2671
docs/source/kinds_of_types.rst
@@ -329,7 +329,7 @@ will complain about the possible ``None`` value. You can use
329
330
When initializing a variable as ``None``, ``None`` is usually an
331
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
+This is why you need to annotate an attribute in cases like the class
333
``Resource`` above:
334
335
.. code-block:: python
0 commit comments