aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Vorobev <xvorsx@gmail.com>2023-01-29 12:33:16 -0800
committerGitHub <noreply@github.com>2023-01-29 12:33:16 -0800
commitdc8d235fc90786183f0f12be4b9072ad9b4516dd (patch)
treeda84b052b9985da93c75034c9fb980caac6c1559
parent92ccf0f33cc2f5946e9e6fa5fdb1609bcd5f8024 (diff)
downloadtyping-dc8d235fc90786183f0f12be4b9072ad9b4516dd.tar.gz
Add information about Python discord (#1338)
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 98d9cc9..27e8250 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,20 @@
-[![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)
-
# Static Typing for Python
## Documentation and Support
The documentation for Python's static typing can be found at
[typing.readthedocs.io](https://typing.readthedocs.io/). You can get
-help either in our [support forum](https://github.com/python/typing/discussions) or
-chat with us on [Gitter](https://gitter.im/python/typing).
+help in our [support forum](https://github.com/python/typing/discussions).
Improvements to the type system should be discussed on the
[typing-sig](https://mail.python.org/mailman3/lists/typing-sig.python.org/)
mailing list, although the [issues](https://github.com/python/typing/issues) in this
repository contain some historic discussions.
+For conversations that are more suitable to a chat platform, you can use one of the following:
+- [gitter](https://gitter.im/python/typing)
+- [discord](https://discord.com/channels/267624335836053506/891788761371906108) `#type-hinting` channel
+
## Repository Content
This GitHub repository is used for several things: