From b8e7ba306038630e8d07455184d97538b5b403ec Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 22 Apr 2019 14:55:31 +0100 Subject: [PATCH] Correct a spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58495d2..3515932 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ What makes **PySnooper** stand out from all other code intelligence tools? You c # Example # -We're writing a function that converts a number to binary, by returing a list of bits. Let's snoop on it by adding the `@pysnooper.snoop()` decorator: +We're writing a function that converts a number to binary, by returning a list of bits. Let's snoop on it by adding the `@pysnooper.snoop()` decorator: import pysnooper