Skip to content

Commit da262ca

Browse files
committed
Remove unnecessary documentation
1 parent f404767 commit da262ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ enhancement2
2929
Other enhancements
3030
^^^^^^^^^^^^^^^^^^
3131
- :func:`DataFrame.to_excel` now raises an ``UserWarning`` when the character count in a cell exceeds Excel's limitation of 32767 characters (:issue:`56954`)
32-
- :func:`assert_produces_warning` now accepts warning message match for every expected warning. A must_find_all_warnings keyword argument was added, to make the function check all expected warnings. (:issue:`56555`)
3332
- :func:`read_stata` now returns ``datetime64`` resolutions better matching those natively stored in the stata format (:issue:`55642`)
33+
-
3434

3535
.. ---------------------------------------------------------------------------
3636
.. _whatsnew_300.notable_bug_fixes:

pandas/_testing/_warnings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ class for all warnings. To raise multiple types of exceptions,
7979
type must get encountered. Otherwise, even one expected warning
8080
results in success.
8181
82-
.. versionadded:: 3.0.0
83-
8482
Examples
8583
--------
8684
>>> import warnings

0 commit comments

Comments
 (0)