Skip to content

Commit

Permalink
Update examples/udict.md
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
bleudev and sourcery-ai[bot] authored Jun 10, 2024
1 parent 580c9c5 commit fa19184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/udict.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ print(('hi', 11) in d) # False

## Using `repr()` and `print()`

`print()` uses `repr()` therefore you can use `UDict`s in `print()`
Since `print()` uses `repr()`, you can directly print `UDict` objects.

```python
d = UDict(hi=1, hello=2)
Expand Down

0 comments on commit fa19184

Please sign in to comment.