Ben Bangert
2010-11-19 15c258849aa54eb99d272fbbef0e9c3d911d2cca
There is no pattern_regexes.
1 files modified
4 ■■■■ changed files
docs/narr/urldispatch.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/urldispatch.rst
@@ -270,8 +270,8 @@
It is possible to use two replacement markers without any literal characters
between them, for instance ``/{foo}{bar}``. This would be a nonsensical pattern
without specifying any ``pattern_regexes`` to restrict valid values of each
replacement marker.
without specifying a custom regular expression to restrict what a marker
captures.
Segments must contain at least one character in order to match a
segment replacement marker.  For example, for the URL ``/abc/``: