diff --git a/docs/en/docs/python-types.md b/docs/en/docs/python-types.md index d938de666..9bbf955b9 100644 --- a/docs/en/docs/python-types.md +++ b/docs/en/docs/python-types.md @@ -1,8 +1,8 @@ # Python Types Intro -**Python 3.6+** has support for optional "type hints". +Python has support for optional "type hints". -These **"type hints"** are a new syntax (since Python 3.6+) that allow declaring the type of a variable. +These **"type hints"** are a special syntax that allow declaring the type of a variable. By declaring types for your variables, editors and tools can give you better support.