mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Improve docs
This commit is contained in:
parent
b0eb9a19fd
commit
53b3ea13b8
1 changed files with 1 additions and 1 deletions
|
|
@ -90,8 +90,8 @@ Expand values to see all their attributes or items of lists/dictionaries:
|
|||
This will output lines like:
|
||||
|
||||
```
|
||||
New var:....... foo.baz = 8
|
||||
Modified var:.. foo[2] = 'whatever'
|
||||
New var:....... self.baz = 8
|
||||
```
|
||||
|
||||
(see [Advanced Usage](#advanced-usage) for more control)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue