Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Nov 1, 2021
1 parent e4b5267 commit 5f957d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Foo(i=10, s='foo', f=100.0, b=True)
- [`uuid.UUID`](https://docs.python.org/3/library/uuid.html)
- [`datetime.date`](https://docs.python.org/3/library/datetime.html#date-objects), [`datetime.time`](https://docs.python.org/3/library/datetime.html#time-objects), [`datetime.datetime`](https://docs.python.org/3/library/datetime.html#datetime-objects)
- [`ipaddress`](https://docs.python.org/3/library/ipaddress.html)
- [Python 3.9 type hiting](docs/features/python3.9-type-hinting.md)
- [Python 3.9 type hinting](docs/features/python3.9-type-hinting.md)
- [Postponed evaluation of type annotation](docs/features/postponed-evaluation-of-type-annotation.md)
- [Forward reference](docs/features/forward-reference.md)
- [Case Conversion](docs/features/case-conversion.md)
Expand Down

0 comments on commit 5f957d0

Please sign in to comment.