From 6a902f429aaf24a4141862c4dc2484cb3620aa03 Mon Sep 17 00:00:00 2001 From: Creative Student Date: Fri, 4 Nov 2016 12:37:13 +0100 Subject: [PATCH] Add period in line 136 in content.rst --- docs/content.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.rst b/docs/content.rst index 507593bf..615d7ce4 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -133,7 +133,7 @@ expression to be set in the ``FILENAME_METADATA`` setting. All named groups that are matched will be set in the metadata object. The default value for the ``FILENAME_METADATA`` setting will only extract the date from the filename. For example, if you would like to extract both the date and the slug, you could set -something like: ``'(?P\d{4}-\d{2}-\d{2})_(?P.*)'`` +something like: ``'(?P\d{4}-\d{2}-\d{2})_(?P.*)'``. Please note that the metadata available inside your files takes precedence over the metadata extracted from the filename.