From 4cb82f1075163628d1619bd8f894628ba2cd5414 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 6 Dec 2016 10:30:03 +0100 Subject: [PATCH] typo --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index f0af880..1a1962a 100644 --- a/conf.py +++ b/conf.py @@ -275,7 +275,7 @@ def setup(app): # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'php-transtion', u'PHP Translation Documentation', + (master_doc, 'php-translation', u'PHP Translation Documentation', [author], 1) ]