aboutsummaryrefslogtreecommitdiff
path: root/python/mypy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/mypy/README')
-rw-r--r--python/mypy/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mypy/README b/python/mypy/README
index 585ec07be6531..4090d57d31b3d 100644
--- a/python/mypy/README
+++ b/python/mypy/README
@@ -5,3 +5,5 @@ 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.ord/projects/mypy as the mypi github
+site does not have a complete sourcecode zip.