Skip to content

Commit

Permalink
Merge pull request #91 from sjjessop/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix typo It's -> Its
  • Loading branch information
Stewori authored Jul 28, 2020
2 parents 4aae6a1 + 75b3921 commit da05635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytypes is a typing toolbox w.r.t. `PEP
later also `544 <https://www.python.org/dev/peps/pep-0544/>`__ if it
gets accepted).

It's main features are currently
Its main features are currently

- ``@typechecked`` decorator for runtime typechecking with support for `stubfiles <https://www.python.org/dev/peps/pep-0484/#stub-files>`__ and `type comments <https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code>`__
- ``@override`` decorator that asserts existence of a type-compatible parent method
Expand Down

0 comments on commit da05635

Please sign in to comment.