We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526c444 commit 7abe1d4Copy full SHA for 7abe1d4
setup.py
@@ -28,9 +28,6 @@
28
29
description = "Based static typing for Python"
30
long_description = """
31
-Basedmypy -- Based Static Typing for Python
32
-===========================================
33
-
34
.. image:: https://raw.githubusercontent.com/KotlinIsland/basedmypy/master/docs/static/logo-light.png
35
36
Basedmypy is a type checker that is built on top of the work done by the
@@ -151,9 +148,9 @@ def f(name: str):
151
148
reveal_type(f) # (str) -> None
152
149
153
150
Generic ``TypeVar`` Bounds
154
-----------------------
+--------------------------
155
156
-Basedmpy allows the bounds of ``TypeVar``\\s to be generic.
+Allows the bounds of ``TypeVar``\\s to be generic.
157
158
So you are able to have functions with polymorphic generic parameters.
159
0 commit comments