Skip to content

Commit dc8d235

Browse files
authored
Add information about Python discord (#1338)
1 parent 92ccf0f commit dc8d235

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
[![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2-
31
# Static Typing for Python
42

53
## Documentation and Support
64

75
The documentation for Python's static typing can be found at
86
[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).
118

129
Improvements to the type system should be discussed on the
1310
[typing-sig](https://mail.python.org/mailman3/lists/typing-sig.python.org/)
1411
mailing list, although the [issues](https://github.com/python/typing/issues) in this
1512
repository contain some historic discussions.
1613

14+
For conversations that are more suitable to a chat platform, you can use one of the following:
15+
- [gitter](https://gitter.im/python/typing)
16+
- [discord](https://discord.com/channels/267624335836053506/891788761371906108) `#type-hinting` channel
17+
1718
## Repository Content
1819

1920
This GitHub repository is used for several things:

0 commit comments

Comments
 (0)