Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polvoazul authored Feb 16, 2022
1 parent 8ffe358 commit 8a889ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ with shutup.mute_warnings: # correct
with shutup.mute_warnings(): # wrong
```

At the end of the context manager warnings 'muteness' will return to the state before entering.
When context managers exit, they will reset warnings to muted/unmuted based on their state before entering.

### Finally, this package needs its own warning! 🤦

Warning: Note that muting and unmutting is not a thread safe operation.
> :warning: Note that muting and unmutting is **not a thread safe operation**.

0 comments on commit 8a889ca

Please sign in to comment.