summaryrefslogtreecommitdiff
path: root/Lib/hotshot
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 11:05:55 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 11:06:03 +0900
commit752ffe24f181daff5b50cc59a05e4a7606ce1a62 (patch)
treed5327ce5cd232cb307d637e846e3f27a86a98433 /Lib/hotshot
parent6cc694c4c77aac634cca05c9943b43f22bbe042a (diff)
downloadpython-752ffe24f181daff5b50cc59a05e4a7606ce1a62.tar.gz
python-752ffe24f181daff5b50cc59a05e4a7606ce1a62.tar.bz2
python-752ffe24f181daff5b50cc59a05e4a7606ce1a62.zip
Imported Upstream version 2.7.12upstream/2.7.12
Change-Id: Id086dcc8e315c8ad61502768ef9b92372461e560 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Lib/hotshot')
-rw-r--r--Lib/hotshot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/hotshot/__init__.py b/Lib/hotshot/__init__.py
index 1556ab3..3692f93 100644
--- a/Lib/hotshot/__init__.py
+++ b/Lib/hotshot/__init__.py
@@ -72,7 +72,7 @@ class Profile:
Additional positional and keyword arguments may be passed
along; the result of the call is returned, and exceptions are
- allowed to propogate cleanly, while ensuring that profiling is
+ allowed to propagate cleanly, while ensuring that profiling is
disabled on the way out.
"""
return self._prof.runcall(func, args, kw)