mirror of https://github.com/cool-RR/PySnooper.git
Improve docs
This commit is contained in:
parent
b0eb9a19fd
commit
53b3ea13b8
|
@ -90,8 +90,8 @@ Expand values to see all their attributes or items of lists/dictionaries:
|
||||||
This will output lines like:
|
This will output lines like:
|
||||||
|
|
||||||
```
|
```
|
||||||
New var:....... foo.baz = 8
|
|
||||||
Modified var:.. foo[2] = 'whatever'
|
Modified var:.. foo[2] = 'whatever'
|
||||||
|
New var:....... self.baz = 8
|
||||||
```
|
```
|
||||||
|
|
||||||
(see [Advanced Usage](#advanced-usage) for more control)
|
(see [Advanced Usage](#advanced-usage) for more control)
|
||||||
|
|
Loading…
Reference in New Issue