From dcd90abef6f6be875325c333beef5b5007eb5c49 Mon Sep 17 00:00:00 2001 From: Michael Diodone Date: Mon, 13 Oct 2014 16:59:23 +0200 Subject: [PATCH] Fixed whitespace issues reported by flake8 test --- mkdocs/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs/config.py b/mkdocs/config.py index 5dc013a8..81fca263 100644 --- a/mkdocs/config.py +++ b/mkdocs/config.py @@ -52,10 +52,10 @@ DEFAULT_CONFIG = { # PyMarkdown extension names. 'markdown_extensions': (), - - # Remove the content of site_dir to remove old files which dropped out + + # Remove the content of site_dir to remove old files which dropped out # of the documentation - 'clear_site_dir': False, + 'clear_site_dir': False, # Determine if the site should generate a json search index and include # search elements in the theme. - TODO