[py-svn] r21137 - py/dist/py/rest

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Dec 13 16:36:07 CET 2005


Author: cfbolz
Date: Tue Dec 13 16:36:06 2005
New Revision: 21137

Modified:
   py/dist/py/rest/latex.py
Log:
typo


Modified: py/dist/py/rest/latex.py
==============================================================================
--- py/dist/py/rest/latex.py	(original)
+++ py/dist/py/rest/latex.py	Tue Dec 13 16:36:06 2005
@@ -67,7 +67,7 @@
         fill_in["toc_depth"] = options["toc_depth"]
     else:
         fill_in["have_tocdepth"] = "%"
-        fill_in["have_tocdepth"] = ""
+        fill_in["toc_depth"] = ""
     fill_in["heading"] = options.get("heading", "")
     template_file = path.join("rest.sty.template")
     if not template_file.check():



More information about the pytest-commit mailing list