Thanks to visit codestin.com Credit goes to github.com
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.
typing.rst
1 parent eb169f4 commit 3bd942fCopy full SHA for 3bd942f
1 file changed
Doc/library/typing.rst
@@ -1316,7 +1316,7 @@ These can be used as types in annotations. They all support subscription using
1316
year: int
1317
1318
def mutate_movie(m: Movie) -> None:
1319
- m["year"] = 1992 # allowed
+ m["year"] = 1999 # allowed
1320
m["title"] = "The Matrix" # typechecker error
1321
1322
There is no runtime checking for this property.
0 commit comments