mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-18 00:45:19 +00:00
Correct a spelling mistake
This commit is contained in:
parent
5e025b3e23
commit
b8e7ba3060
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue