diff options
author | gbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-22 22:24:50 +0000 |
---|---|---|
committer | gbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-07-22 22:24:50 +0000 |
commit | d6d3e47eefe6700161efeaa10afed4592cd70a33 (patch) | |
tree | 4cdb41b03ef0cdd0841c56a08bee633cf9ec0845 /sandbox/py-rest-doc/sphinx/builder.py | |
parent | 793442771edce1dfb1139c76329d2556896b63d3 (diff) | |
download | docutils-d6d3e47eefe6700161efeaa10afed4592cd70a33.tar.gz |
Fixes.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5393 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/builder.py')
-rw-r--r-- | sandbox/py-rest-doc/sphinx/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/py-rest-doc/sphinx/builder.py b/sandbox/py-rest-doc/sphinx/builder.py index 82caf5388..a482a6013 100644 --- a/sandbox/py-rest-doc/sphinx/builder.py +++ b/sandbox/py-rest-doc/sphinx/builder.py @@ -6,7 +6,7 @@ Builder classes for different output formats. :copyright: 2007 by Georg Brandl. - :license: BSD license. + :license: Python license. """ from __future__ import with_statement |