mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Fix docs some more
This commit is contained in:
parent
600dedcc1a
commit
a9d884a579
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ $ pip install pysnooper
|
|||
```python
|
||||
import pysnooper
|
||||
|
||||
@pysnooper.snoop(variables=(
|
||||
@pysnooper.snoop(watch=(
|
||||
pysnooper.Attrs('x'), # attributes
|
||||
pysnooper.Keys('y'), # mapping (e.g. dict) items
|
||||
pysnooper.Indices('z'), # sequence (e.g. list/tuple) items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue