diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-03 08:49:18 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-03 08:49:18 -0500 |
| commit | eae4f16177f7362509e3579836424f177c8502bf (patch) | |
| tree | 60b81fdb37af55b4fa3bb7c41179f5136e88ea6c /docs/ref/utils.txt | |
| parent | 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a (diff) | |
Removed doc newlines added in previous commit that caused build errors.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index cd95f4545a..ea6bffce34 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -289,8 +289,7 @@ The functions defined in this module share the following properties: ============================== .. module:: django.utils.feedgenerator - :synopsis: Syndication feed generation library -- used for generating RSS, - etc. + :synopsis: Syndication feed generation library -- used for generating RSS, etc. Sample usage:: @@ -740,8 +739,7 @@ Functions for working with Python modules. =========================== .. module:: django.utils.safestring - :synopsis: Functions and classes for working with strings that can be - displayed safely without further escaping in HTML. + :synopsis: Functions and classes for working with strings that can be displayed safely without further escaping in HTML. Functions and classes for working with "safe strings": strings that can be 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. .. module:: django.utils.tzinfo - :synopsis: Implementation of ``tzinfo`` classes for use with - ``datetime.datetime``. + :synopsis: Implementation of ``tzinfo`` classes for use with ``datetime.datetime``. .. class:: FixedOffset |
