Skip to content

Commit

Permalink
Fix typo “a cases” in kinds_of_types.rst (#10420)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored May 5, 2021
1 parent e4bf526 commit 95a2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/kinds_of_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ will complain about the possible ``None`` value. You can use
When initializing a variable as ``None``, ``None`` is usually an
empty place-holder value, and the actual value has a different type.
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
``Resource`` above:

.. code-block:: python
Expand Down

0 comments on commit 95a2671

Please sign in to comment.