fix documentation

This commit is contained in:
dave mankoff 2013-02-09 09:51:02 -05:00
commit 5f5b300ba5

View file

@ -215,7 +215,7 @@ Pelican, or with the ``keywords`` metadata, as is standard in HTML. The two can
be used interchangeably. be used interchangeably.
Note that, aside from the title, none of this metadata is mandatory: if the date Note that, aside from the title, none of this metadata is mandatory: if the date
is not specified and DEFAULT_DATE is None, Pelican will rely on the file's is not specified and DEFAULT_DATE is 'fs', Pelican will rely on the file's
"mtime" timestamp, and the category can be determined by the directory in which "mtime" timestamp, and the category can be determined by the directory in which
the file resides. For example, a file located at ``python/foobar/myfoobar.rst`` the file resides. For example, a file located at ``python/foobar/myfoobar.rst``
will have a category of ``foobar``. will have a category of ``foobar``.