mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[4.0.x] Added missing backticks to function names.
Backport of 39ae8d740e
from main
This commit is contained in:
parent
de5a453d51
commit
1af06ffaa5
7 changed files with 14 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue