You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
-
[](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
-
3
1
# Static Typing for Python
4
2
5
3
## Documentation and Support
6
4
7
5
The documentation for Python's static typing can be found at
8
6
[typing.readthedocs.io](https://typing.readthedocs.io/). You can get
9
-
help either in our [support forum](https://github.com/python/typing/discussions) or
10
-
chat with us on [Gitter](https://gitter.im/python/typing).
7
+
help in our [support forum](https://github.com/python/typing/discussions).
11
8
12
9
Improvements to the type system should be discussed on the
0 commit comments