diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-03 19:53:11 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-03 19:53:11 +0000 |
| commit | 5980d525d23cc277fd90858674d4bae98c37a354 (patch) | |
| tree | d3217bbd0a71a4bfcd52512f38f5f9bbbd497023 /docs/narr | |
| parent | eedcc2bf88e0d86d5a6ea6cf9672fd723671ebef (diff) | |
| download | pyramid-5980d525d23cc277fd90858674d4bae98c37a354.tar.gz pyramid-5980d525d23cc277fd90858674d4bae98c37a354.tar.bz2 pyramid-5980d525d23cc277fd90858674d4bae98c37a354.zip | |
Overlong lines.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/MyProject/myproject/templates/mytemplate.pt | 2 | ||||
| -rw-r--r-- | docs/narr/urldispatch.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt index 110375ab3..42cff1674 100644 --- a/docs/narr/MyProject/myproject/templates/mytemplate.pt +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -50,7 +50,7 @@ <h2><code>repoze.bfg</code> links</h2> <ul> <li><a - href="http://static.repoze.org/bfgdocs/#narrative-documentation" + href="http://static.repoze.org/bfgdocs/#narrative-documentation" >Narrative Documentation</a> </li> <li> diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 77838a02c..cc2a8a0c7 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -194,8 +194,8 @@ matchdicts: .. code-block:: text - foo/1/2/ -> {'baz':1, 'bar':2, 'traverse':()} - foo/abc/def/a/b/c -> {'baz':abc, 'bar':def, 'traverse':('a', 'b', 'c')} + foo/1/2/ -> {'baz':1, 'bar':2, 'traverse':()} + foo/abc/def/a/b/c -> {'baz':abc, 'bar':def, 'traverse':('a', 'b', 'c')} Note that when a ``*stararg`` remainder match is matched, the value put into the matchdict is turned into a tuple of path segments |
