mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #29198: Fix indentation and markup in typing.rst
Patch by Jelle Zijlstra.
This commit is contained in:
parent
38962a6fe2
commit
5702fb7b4d
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ comparable for equality.
|
|||
|
||||
|
||||
The :data:`Any` type
|
||||
---------------------
|
||||
--------------------
|
||||
|
||||
A special kind of type is :data:`Any`. A static type checker will treat
|
||||
every type as being compatible with :data:`Any` and :data:`Any` as being
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue