Skip to content

Commit

Permalink
encode parens
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 13, 2020
1 parent 50fb20f commit 8731df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install printree
```

## Usage
`printree` aims to be similar to pretty print ([pprint](https://docs.python.org/3/library/pprint.html)) with a format inspired by the [tree command](https://en.wikipedia.org/wiki/Tree_(command)#Example):
`printree` aims to be similar to pretty print ([pprint](https://docs.python.org/3/library/pprint.html)) with a format inspired by the [tree command](https://en.wikipedia.org/wiki/Tree_%28command%29):

```python
>>> from printree import ptree, ftree
Expand Down

0 comments on commit 8731df0

Please sign in to comment.