1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/7edf8ece114d/
changeset:   r2157:7edf8ece114d
user:        hpk42
date:        2011-02-14 18:49:16
summary:     fix typo, thanks antocuni
affected #:  1 file (12 bytes)

--- a/doc/conf.py       Wed Feb 09 14:55:21 2011 +0100
+++ b/doc/conf.py       Mon Feb 14 18:49:16 2011 +0100
@@ -42,7 +42,7 @@
 
 # General information about the project.
 project = u'pytest'
-copyright = u'2010, holger krekel et aliter'
+copyright = u'2011, holger krekel et alii'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -185,7 +185,7 @@
 # (source start file, target name, title, author, documentclass 
[howto/manual]).
 latex_documents = [
   ('index', 'pytest.tex', u'pytest Documentation',
-   u'holger krekel et aliter', 'manual'),
+   u'holger krekel et alii', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -218,7 +218,7 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'pytest', u'pytest Documentation',
-     [u'holger krekel et aliter'], 1)
+     [u'holger krekel et alii'], 1)
 ]
 
 
@@ -226,9 +226,9 @@
 
 # Bibliographic Dublin Core info.
 epub_title = u'pytest'
-epub_author = u'holger krekel et aliter'
-epub_publisher = u'holger krekel et aliter'
-epub_copyright = u'2010, holger krekel et aliter'
+epub_author = u'holger krekel et alii'
+epub_publisher = u'holger krekel et alii'
+epub_copyright = u'2010, holger krekel et alii'
 
 # The language of the text. It defaults to the language option
 # or en if the language is not set.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to