diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/flatpages.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt index 5d34ad6bea..827473a2a9 100644 --- a/docs/ref/contrib/flatpages.txt +++ b/docs/ref/contrib/flatpages.txt @@ -193,7 +193,7 @@ registering a custom ``ModelAdmin`` for ``FlatPage``:: fieldsets = ( (None, {'fields': ('url', 'title', 'content', 'sites')}), (_('Advanced options'), { - 'classes': ('collapse', ), + 'classes': ('collapse',), 'fields': ( 'enable_comments', 'registration_required', diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 8fa5965a72..421bceaec1 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -1029,7 +1029,7 @@ attributes. Thus, you can subclass the appropriate feed generator class .. _georss: http://georss.org/ .. _itunes podcast format: https://www.apple.com/itunes/podcasts/specs.html -``SyndicationFeed.root_attributes(self, )`` +``SyndicationFeed.root_attributes(self)`` Return a ``dict`` of attributes to add to the root feed element (``feed``/``channel``). |
