From 32abe88efd0f6c59a3ac7b785cee45fb6863d46f Mon Sep 17 00:00:00 2001 From: Ryan Rector Date: Wed, 13 Jul 2011 15:29:08 -0600 Subject: [PATCH] Show actual default as default for north-direction --- sample.settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.settings.py b/sample.settings.py index 01fcf2b..cccdac8 100644 --- a/sample.settings.py +++ b/sample.settings.py @@ -156,7 +156,7 @@ if "web_assets_hook" in locals(): ### north_direction ## Make north point somewhere else! ## Valid options are 'lower-left', 'upper-left', 'upper-right', 'upper-left' -## default: upper-right +## default: lower-left ## Type: string ## Example: north_direction = "upper-right"