summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-11-07 17:52:02 +0000
committerBob Ippolito <bob@redivi.com>2008-11-07 17:52:02 +0000
commit49b75b5f647f84f7ea1860117ef2dfc955218ad0 (patch)
tree97ba0faed081d18f3fd0c8958b0ea31b3fc7423e /conf.py
parentbe8ae2ce64b8a646bf973d87ddf37269e35cc85f (diff)
downloadsimplejson-49b75b5f647f84f7ea1860117ef2dfc955218ad0.tar.gz
typo in conf.py
git-svn-id: http://simplejson.googlecode.com/svn/trunk@150 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.py b/conf.py
index 7346932..d4a132d 100644
--- a/conf.py
+++ b/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# simlejson documentation build configuration file, created by
+# simplejson documentation build configuration file, created by
# sphinx-quickstart on Fri Sep 26 18:58:30 2008.
#
# This file is execfile()d with the current directory set to its containing dir.
@@ -35,7 +35,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General substitutions.
-project = 'simlejson'
+project = 'simplejson'
copyright = '2008, Bob Ippolito'
# The default replacements for |version| and |release|, also used in various
@@ -142,7 +142,7 @@ html_use_modindex = False
html_file_suffix = '.html'
# Output file base name for HTML help builder.
-htmlhelp_basename = 'simlejsondoc'
+htmlhelp_basename = 'simplejsondoc'
# Options for LaTeX output
@@ -157,7 +157,7 @@ htmlhelp_basename = 'simlejsondoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
- ('index', 'simlejson.tex', 'simlejson Documentation',
+ ('index', 'simplejson.tex', 'simplejson Documentation',
'Bob Ippolito', 'manual'),
]