diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-17 11:10:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 11:10:03 +0100 |
| commit | 39ae8d740e30c18e46873cf82aff76588f1974c7 (patch) | |
| tree | b5c2670dd7b321face5deb15def2258844a90e97 /docs/ref/utils.txt | |
| parent | ba298a32b30eb270ea0bf4f8fc208223d0b40bcd (diff) | |
Added missing backticks to function names.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 39c8e341ad..8c12294cd6 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -332,7 +332,8 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004 .. class:: SyndicationFeed - Base class for all syndication feeds. Subclasses should provide write(). + Base class for all syndication feeds. Subclasses should provide + ``write()``. .. method:: __init__(title, link, description, language=None, author_email=None, author_name=None, author_link=None, subtitle=None, categories=None, feed_url=None, feed_copyright=None, feed_guid=None, ttl=None, **kwargs) |
