summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin RaczyƄski <marc1n@users.noreply.github.com>2019-07-16 18:38:06 +0200
committerGitHub <noreply@github.com>2019-07-16 18:38:06 +0200
commit84fd8b9ea37cedccb1585e92ea082fb0626bf52a (patch)
tree6e56267db4abb9e7e685e5dcb769fba936356ca6
parent9cd647a12f38de5082f4c052c2f355858b65f724 (diff)
downloadroutes-84fd8b9ea37cedccb1585e92ea082fb0626bf52a.tar.gz
[doc] Corrected default value for `minimization` in Mapper doc
`minimization` attribute defaults to `False` not to `True`!
-rw-r--r--routes/mapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/mapper.py b/routes/mapper.py
index eb4060a..a819c7d 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