mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
Fix white-space inconsistencies and a typo (#259)
This commit is contained in:
parent
ff2b8d74e8
commit
890fea6c23
@ -225,7 +225,7 @@ The above pattern will match these URLs, generating the following match informat
|
|||||||
|
|
||||||
```
|
```
|
||||||
foo/1/2/ -> Params {'bar': '1', 'tail': '2/'}
|
foo/1/2/ -> Params {'bar': '1', 'tail': '2/'}
|
||||||
foo/abc/def/a/b/c -> Params{'bar':u'abc', 'tail': 'def/a/b/c'}
|
foo/abc/def/a/b/c -> Params {'bar': 'abc', 'tail': 'def/a/b/c'}
|
||||||
```
|
```
|
||||||
|
|
||||||
# Scoping Routes
|
# Scoping Routes
|
||||||
|
Loading…
Reference in New Issue
Block a user