Skip to content

Commit da6eb89

Browse files
update bulleted list formatting in assert_produces_warning
1 parent be96bc3 commit da6eb89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/util/testing.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,14 +2354,16 @@ class for all warnings. To check that no warning is returned,
23542354
Specifies whether warnings are ignored, displayed, or turned
23552355
into errors.
23562356
Valid values are:
2357+
23572358
* "error" - turns matching warnings into exeptions
23582359
* "ignore" - discard the warning
23592360
* "always" - always emit a warning
23602361
* "default" - print the warning the first time it is generated
2361-
from each location
2362+
from each location
23622363
* "module" - print the warning the first time it is generated
2363-
from each module
2364+
from each module
23642365
* "once" - print the warning the first time it is generated
2366+
23652367
clear : str, default None
23662368
If not ``None`` then remove any previously raised warnings from
23672369
the ``__warningsregistry__`` to ensure that no warning messages are

0 commit comments

Comments
 (0)