diff options
| author | rowanv <rrvspam@gmail.com> | 2016-01-24 22:26:11 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 10:42:05 -0500 |
| commit | a6ef025dfb2a1d1bd23893408eef6d066fb506d9 (patch) | |
| tree | b29b3624a20cc65184c743102e0f5f620412105f /docs/ref/utils.txt | |
| parent | 8bf8d0e0ecc1805480deb94feb4675b09d3b3a95 (diff) | |
Fixed #26124 -- Added missing code formatting to docs headers.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 43d082e47d..2a330ca953 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -335,8 +335,8 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004 See https://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id -SyndicationFeed ---------------- +``SyndicationFeed`` +------------------- .. class:: SyndicationFeed @@ -402,34 +402,34 @@ SyndicationFeed feed. If no items have either of these attributes this returns the current date/time. -Enclosure ---------- +``Enclosure`` +------------- .. class:: Enclosure Represents an RSS enclosure -RssFeed -------- +``RssFeed`` +----------- .. class:: RssFeed(SyndicationFeed) -Rss201rev2Feed --------------- +``Rss201rev2Feed`` +------------------ .. class:: Rss201rev2Feed(RssFeed) Spec: https://cyber.law.harvard.edu/rss/rss.html -RssUserland091Feed ------------------- +``RssUserland091Feed`` +---------------------- .. class:: RssUserland091Feed(RssFeed) Spec: http://backend.userland.com/rss091 -Atom1Feed ---------- +``Atom1Feed`` +------------- .. class:: Atom1Feed(SyndicationFeed) |
