]> scripts.mit.edu Git - wizard.git/commitdiff
Typofix s/env/envvar/
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 16:28:01 +0000 (12:28 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 16:28:01 +0000 (12:28 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
doc/create.rst

index 6b25e145aba972704f14c21442967c17ab5799cb..aaa88fc381e73abe156133f539a1d1440a077caf 100644 (file)
@@ -107,7 +107,7 @@ reasonable template file is::
     )
 
 Don't forget to run :file:`python setup.py egg_info` and add your module
-to your :env:`PYTHON_PATH`.
+to your :envvar:`PYTHON_PATH`.
 
 Now we are ready to put some code in our repository: the first thing we will
 add is the :term:`pristine` branch, which contains verbatim the code from upstream.