diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2012-10-14 14:16:39 -0400 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2012-10-14 14:16:39 -0400 |
| commit | 9937a4e2d4c575486c04b089141bfbd6325f3711 (patch) | |
| tree | 88f19bcec12e93cd30bfe4b249685b8e681e5025 /CHANGES.txt | |
| parent | bdf4519f1fe5e4db0991b0aa2be6d6708472a7f2 (diff) | |
| download | pyramid-9937a4e2d4c575486c04b089141bfbd6325f3711.tar.gz pyramid-9937a4e2d4c575486c04b089141bfbd6325f3711.tar.bz2 pyramid-9937a4e2d4c575486c04b089141bfbd6325f3711.zip | |
Fix rst syntax error which prevented Sphinx docs from building.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index df4ada7e9..4221c7071 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,7 +17,7 @@ Bug Fixes - When registering a view configuration that named a Chameleon ZPT renderer with a macro name in it (e.g. ``renderer='some/template#somemacro.pt``) as well as a view configuration without a macro name it it that pointed to the - same template (e.g. ``renderer='some/template.pt'), internal caching could + same template (e.g. ``renderer='some/template.pt'``), internal caching could confuse the two, and your code might have rendered one instead of the other. |
