summaryrefslogtreecommitdiff
path: root/python/mypy/README
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2020-09-03 12:10:01 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-05 08:26:42 +0700
commited37f6c3f2bd28bada418cc387a8fa6e89962bf3 (patch)
tree93c144204b9287c8bfa04830b62695eb13ec8baa /python/mypy/README
parent74383f0f1911db5505eb12cdb9c5bd23a895030e (diff)
downloadslackbuilds-ed37f6c3f2bd28bada418cc387a8fa6e89962bf3.tar.gz
python/mypy: Updated for version 0.782.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mypy/README')
-rw-r--r--python/mypy/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/mypy/README b/python/mypy/README
index 9f86cbc824..fc2ac581d9 100644
--- a/python/mypy/README
+++ b/python/mypy/README
@@ -1,11 +1,10 @@
Mypy is an optional static type checker for Python. You can add type
-hints (PEP 484) to your Python programs, and use mypy to type check them
-statically. Find bugs in your programs without even running them!
+hints (PEP 484) to your Python programs, and use mypy to type check
+them statically. Find bugs in your programs without even running them!
You can mix dynamic and static typing in your programs. You can always
fall back to dynamic typing when static typing is not convenient, such
as for legacy code.
-
This (source) is downloaded from pypi.org/projects/mypy as the mypi
github site does not have a complete sourcecode zip.