summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-04-11 21:28:28 -0500
committerMichael Merickel <michael@merickel.org>2012-04-11 21:28:28 -0500
commit67eb618bbf1eae072c9f096792abd6396bf90096 (patch)
treef8ab3aeb9bb2d0d3f3a2d960c63f7c01bb2488f1 /CHANGES.txt
parent4d35316687c67525d6f4fa8d5c3ecf8f5cdd590d (diff)
downloadpyramid-67eb618bbf1eae072c9f096792abd6396bf90096.tar.gz
pyramid-67eb618bbf1eae072c9f096792abd6396bf90096.tar.bz2
pyramid-67eb618bbf1eae072c9f096792abd6396bf90096.zip
spelling
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index de4714bf2..337754162 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,5 +27,5 @@ Features
HEAD is a variant of GET that omits the body, and WebOb has special support
to return an empty body when a HEAD is used.
-- ``config.set_request_properties`` now causes less code to be executed at
+- ``config.set_request_property`` now causes less code to be executed at
request construction time.