[Python-checkins] peps (merge default -> default): Merge

brett.cannon python-checkins at python.org
Sat Jan 23 16:08:24 EST 2016


https://hg.python.org/peps/rev/8ab9a7ec7707
changeset:   6208:8ab9a7ec7707
parent:      6207:1c8182a5165e
parent:      6206:cb4e45cda67a
user:        Brett Cannon <brett at python.org>
date:        Sat Jan 23 13:08:20 2016 -0800
summary:
  Merge

files:
  pep-0484.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0484.txt b/pep-0484.txt
--- a/pep-0484.txt
+++ b/pep-0484.txt
@@ -1715,10 +1715,10 @@
    http://aroberge.blogspot.com/2015/01/type-hinting-in-python-focus-on.html
 
 .. [github]
-   https://github.com/ambv/typehinting
+   https://github.com/python/typing
 
 .. [issues]
-   https://github.com/ambv/typehinting/issues
+   https://github.com/python/typing/issues
 
 .. [peps]
    https://hg.python.org/peps/file/tip/pep-0484.txt

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list