Merge pull request #2268 from WouldYouKindly/WouldYouKindly-patch-1
Fix typo in URLSpec.__init__ docstring
This commit is contained in:
commit
139f92920d
|
@ -605,7 +605,7 @@ class URLSpec(Rule):
|
||||||
* ``pattern``: Regular expression to be matched. Any capturing
|
* ``pattern``: Regular expression to be matched. Any capturing
|
||||||
groups in the regex will be passed in to the handler's
|
groups in the regex will be passed in to the handler's
|
||||||
get/post/etc methods as arguments (by keyword if named, by
|
get/post/etc methods as arguments (by keyword if named, by
|
||||||
position if unnamed. Named and unnamed capturing groups may
|
position if unnamed. Named and unnamed capturing groups
|
||||||
may not be mixed in the same rule).
|
may not be mixed in the same rule).
|
||||||
|
|
||||||
* ``handler``: `~.web.RequestHandler` subclass to be invoked.
|
* ``handler``: `~.web.RequestHandler` subclass to be invoked.
|
||||||
|
|
Loading…
Reference in New Issue