[4.0.x] Added missing backticks to function names.

Backport of 39ae8d740e from main
This commit is contained in:
Mariusz Felisiak 2022-03-17 11:10:03 +01:00
parent de5a453d51
commit 1af06ffaa5
7 changed files with 14 additions and 13 deletions

View file

@ -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)