[Python-checkins] peps: fix Zephyr AST link

benjamin.peterson python-checkins at python.org
Sun Nov 10 21:00:23 CET 2013


http://hg.python.org/peps/rev/c0d120cf0aac
changeset:   5263:c0d120cf0aac
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Nov 10 15:00:13 2013 -0500
summary:
  fix Zephyr AST link

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


diff --git a/pep-0339.txt b/pep-0339.txt
--- a/pep-0339.txt
+++ b/pep-0339.txt
@@ -559,7 +559,7 @@
    213--227, 1997.
 
 .. _The Zephyr Abstract Syntax Description Language.:
-   http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97.html
+    http://www.cs.princeton.edu/research/techreps/TR-554-97
 
 .. _SPARK: http://pages.cpsc.ucalgary.ca/~aycock/spark/
 

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


More information about the Python-checkins mailing list