1
0
Fork 0
forked from github/pelican

Merge pull request #2612 from jorgesumle/documentation-fix

[Documentation] Add comma after 'for instance'
This commit is contained in:
Justin Mayer 2019-08-26 13:18:23 +02:00 committed by GitHub
commit 60e80ad634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ output_file The name of the file currently being generated. For
articles The list of articles, ordered descending by date.
All the elements are `Article` objects, so you can
access their attributes (e.g. title, summary, author
etc.). Sometimes this is shadowed (for instance in
etc.). Sometimes this is shadowed (for instance, in
the tags page). You will then find info about it
in the `all_articles` variable.
dates The same list of articles, but ordered by date,