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

This commit is contained in:
wilsaj 2012-03-12 17:21:49 -05:00
parent cb3d0b931d
commit a77938837c

View file

@ -511,7 +511,7 @@ Variable parts are passed to the view function as keyword arguments.
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
`float` like `int` but for floating point values
`path` like the default but also accepts slashes