summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-12 21:07:55 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-12 21:07:55 +0200
commit67bfa0561e478207dff3dbf921d756ce3adcf6db (patch)
tree5327d9eeac4739aca5c7ab969403f86c12f61d04
parentf1a9094e3db5a10502c08f33436099e1c89ded82 (diff)
downloadpyramid-67bfa0561e478207dff3dbf921d756ce3adcf6db.tar.gz
pyramid-67bfa0561e478207dff3dbf921d756ce3adcf6db.tar.bz2
pyramid-67bfa0561e478207dff3dbf921d756ce3adcf6db.zip
capitalize
-rw-r--r--pyramid/threadlocal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/threadlocal.py b/pyramid/threadlocal.py
index d99b0b734..3a15e6e3a 100644
--- a/pyramid/threadlocal.py
+++ b/pyramid/threadlocal.py
@@ -40,7 +40,7 @@ def get_current_request():
is currently active.
This function should be used *extremely sparingly*, usually only
- in unit testing code. it's almost always usually a mistake to use
+ in unit testing code. It's almost always usually a mistake to use
``get_current_request`` outside a testing context because its
usage makes it possible to write code that can be neither easily
tested nor scripted.