Skip to content

Commit 7abe1d4

Browse files
committed
fix readme
1 parent 526c444 commit 7abe1d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
description = "Based static typing for Python"
3030
long_description = """
31-
Basedmypy -- Based Static Typing for Python
32-
===========================================
33-
3431
.. image:: https://raw.githubusercontent.com/KotlinIsland/basedmypy/master/docs/static/logo-light.png
3532
3633
Basedmypy is a type checker that is built on top of the work done by the
@@ -151,9 +148,9 @@ def f(name: str):
151148
reveal_type(f) # (str) -> None
152149
153150
Generic ``TypeVar`` Bounds
154-
----------------------
151+
--------------------------
155152
156-
Basedmpy allows the bounds of ``TypeVar``\\s to be generic.
153+
Allows the bounds of ``TypeVar``\\s to be generic.
157154
158155
So you are able to have functions with polymorphic generic parameters.
159156

0 commit comments

Comments
 (0)