diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-07-23 00:08:40 -0700 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-07-23 00:08:40 -0700 |
| commit | acd256b2eb3304834ef0b87f499b1f85dbb014b7 (patch) | |
| tree | 21bf39f785af220d859c4e042001ab39acaac0b3 /docs/whatsnew-1.1.rst | |
| parent | a8b55fa5408aa46e1beefaf66b928cccfabdf5a8 (diff) | |
| download | pyramid-acd256b2eb3304834ef0b87f499b1f85dbb014b7.tar.gz pyramid-acd256b2eb3304834ef0b87f499b1f85dbb014b7.tar.bz2 pyramid-acd256b2eb3304834ef0b87f499b1f85dbb014b7.zip | |
fix typo
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 6761aaff8..c3161a010 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -152,7 +152,7 @@ to only influence ``Cache-Control`` headers, pass a tuple as ``http_cache`` with the first element of ``None``, e.g.: ``(None, {'public':True})``. The environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and configuration -file value ``prevent_http_cache`` are synomymous and allow you to prevent +file value ``prevent_http_cache`` are synonymous and allow you to prevent HTTP cache headers from being set by Pyramid's ``http_cache`` machinery globally in a process. see :ref:`influencing_http_caching` and :ref:`preventing_http_caching`. |
