Eliminate extraneous whitespace

This commit is contained in:
Justin Mayer 2012-09-10 20:50:45 -07:00 committed by Alexis Métaireau
commit 9dcf4e5438
10 changed files with 27 additions and 27 deletions

View file

@ -16,7 +16,7 @@ To load plugins, you have to specify them in your settings file. You have two
ways to do so.
Either by specifying strings with the path to the callables::
PLUGINS = ['pelican.plugins.gravatar',]
PLUGINS = ['pelican.plugins.gravatar',]
Or by importing them and adding them to the list::