Skip to content

Commit 45bc5f6

Browse files
committed
Rename file for consistency
1 parent 2b19b7d commit 45bc5f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

source-code/typing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Type checking can be done using [mypy](http://mypy-lang.org/index.html).
2525
1. `people_incorrect.py`: code that defines a `People` class, stores some
2626
in a list with mistakes.
2727
1. `duck_typing.py`: example code illustrating duck typing.
28-
1. `duck_typing_wrong.py`: example code illustrating duck typing, but
28+
1. `duck_typing_incorrect.py`: example code illustrating duck typing, but
2929
with an error.
3030
1. `typed_duck_typing.py`: example code illustrating duck typing
3131
using type hints.
32-
1. `typed_duck_typing_wrong.py`: example code illustrating duck typing
32+
1. `typed_duck_typing_incorrect.py`: example code illustrating duck typing
3333
using type hints with an error.
3434
1. `typed_duck_typing_false_positive.py`: example code illustrating
3535
duck typing using type hints for which mypy 0.910 generates a

0 commit comments

Comments
 (0)