Removed doc newlines added in previous commit that caused build errors.

This commit is contained in:
Tim Graham 2014-03-03 08:49:18 -05:00
parent 2b6436e2d5
commit eae4f16177
1 changed files with 3 additions and 6 deletions

View File

@ -289,8 +289,7 @@ The functions defined in this module share the following properties:
============================== ==============================
.. module:: django.utils.feedgenerator .. module:: django.utils.feedgenerator
:synopsis: Syndication feed generation library -- used for generating RSS, :synopsis: Syndication feed generation library -- used for generating RSS, etc.
etc.
Sample usage:: Sample usage::
@ -740,8 +739,7 @@ Functions for working with Python modules.
=========================== ===========================
.. module:: django.utils.safestring .. module:: django.utils.safestring
:synopsis: Functions and classes for working with strings that can be :synopsis: Functions and classes for working with strings that can be displayed safely without further escaping in HTML.
displayed safely without further escaping in HTML.
Functions and classes for working with "safe strings": strings that can be Functions and classes for working with "safe strings": strings that can be
displayed safely without further escaping in HTML. Marking something as a "safe displayed safely without further escaping in HTML. Marking something as a "safe
@ -1067,8 +1065,7 @@ For a complete discussion on the usage of the following see the
Use :mod:`~django.utils.timezone` instead. Use :mod:`~django.utils.timezone` instead.
.. module:: django.utils.tzinfo .. module:: django.utils.tzinfo
:synopsis: Implementation of ``tzinfo`` classes for use with :synopsis: Implementation of ``tzinfo`` classes for use with ``datetime.datetime``.
``datetime.datetime``.
.. class:: FixedOffset .. class:: FixedOffset