From 1701098cde1280e4e5be98ed8c61f69148dcc6c8 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 28 May 2015 10:56:47 -0700 Subject: [PATCH] It's not random, is it? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c80540..341d2639 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Turn on the SILKY_PYTHON_PROFILER setting to use Python's built-in cProfile prof SILKY_PYTHON_PROFILER = True ``` -Silk can also be used to profile random blocks of code/functions. It provides a decorator and a context +Silk can also be used to profile specific blocks of code/functions. It provides a decorator and a context manager for this purpose. For example: