summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2020-07-30 11:07:30 -0700
committerGitHub <noreply@github.com>2020-07-30 11:07:30 -0700
commitbb646454916f64b0032a2e8c1adf17641a95bf95 (patch)
treebcb0bf31feda9b66506b0f52d2b2bafd86d9e7f3
parenta8206dfb9f205363c166e95602b53965d71cd20d (diff)
parent84fd8b9ea37cedccb1585e92ea082fb0626bf52a (diff)
downloadroutes-bb646454916f64b0032a2e8c1adf17641a95bf95.tar.gz
Merge pull request #86 from marc1n/patch-1
[doc] Fixed default value for `minimization` in Mapper doc
-rw-r--r--routes/mapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/mapper.py b/routes/mapper.py
index 8916fd3..e88feef 100644
--- a/routes/mapper.py
+++ b/routes/mapper.py
@@ -381,7 +381,7 @@ class Mapper(SubMapperParent):
``minimization``
Boolean used to indicate whether or not Routes should
minimize URL's and the generated URL's, or require every
- part where it appears in the path. Defaults to True.
+ part where it appears in the path. Defaults to False.
``hardcode_names``
Whether or not Named Routes result in the default options