From 8a889ca04427ada2a0e2c2b7d8e81e02b7656f3d Mon Sep 17 00:00:00 2001 From: polvoazul Date: Wed, 16 Feb 2022 05:00:50 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43ceba..4b2ddc8 100644 --- a/README.md +++ b/README.md @@ -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**.