diff options
author | Carl Friedrich Bolz <cfbolz@gmx.de> | 2011-04-27 14:27:33 +0200 |
---|---|---|
committer | Carl Friedrich Bolz <cfbolz@gmx.de> | 2011-04-27 14:27:33 +0200 |
commit | 30aac326f5f46b4b859d7fae448d5f47645542cc (patch) | |
tree | a7181b706c579067205e5a99fa0e8943e21de275 /pypy/doc/parser.rst | |
parent | merge heads (diff) | |
download | pypy-30aac326f5f46b4b859d7fae448d5f47645542cc.tar.gz pypy-30aac326f5f46b4b859d7fae448d5f47645542cc.tar.bz2 pypy-30aac326f5f46b4b859d7fae448d5f47645542cc.zip |
rename _ref.rst to _ref.txt
Diffstat (limited to 'pypy/doc/parser.rst')
-rw-r--r-- | pypy/doc/parser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/doc/parser.rst b/pypy/doc/parser.rst index 750931ac80..e69e548f84 100644 --- a/pypy/doc/parser.rst +++ b/pypy/doc/parser.rst @@ -100,4 +100,4 @@ emitted, it's time to build the code object. Jump offsets and bytecode information like the line number table and stack depth are computed. Finally, everything is passed to a brand new ``PyCode`` object. -.. include:: _ref.rst +.. include:: _ref.txt |