Correct a spelling mistake

This commit is contained in:
Edward Betts 2019-04-22 14:55:31 +01:00 committed by Ram Rachum
parent 5e025b3e23
commit b8e7ba3060

View file

@ -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