Improve docs

This commit is contained in:
Ram Rachum 2019-05-03 21:50:54 +03:00
parent b0eb9a19fd
commit 53b3ea13b8
1 changed files with 1 additions and 1 deletions

View File

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