Browse Source

docfix: wrong converter name: unicode -> string fixes #364

pull/441/head
wilsaj 13 years ago
parent
commit
a77938837c
  1. 2
      docs/api.rst

2
docs/api.rst

@ -511,7 +511,7 @@ Variable parts are passed to the view function as keyword arguments.
The following converters are available: The following converters are available:
=========== =============================================== =========== ===============================================
`unicode` accepts any text without a slash (the default) `string` accepts any text without a slash (the default)
`int` accepts integers `int` accepts integers
`float` like `int` but for floating point values `float` like `int` but for floating point values
`path` like the default but also accepts slashes `path` like the default but also accepts slashes

Loading…
Cancel
Save