fixing whatsnew text · rs2/pandas@4e0464e (original) (raw)

Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ Other Enhancements
128 128 - :func:`DataFrame.add_prefix` and :func:`DataFrame.add_suffix` now accept strings containing the '%' character. (:issue:`17151`)
129 129 - `read_*` methods can now infer compression from non-string paths, such as ``pathlib.Path`` objects (:issue:`17206`).
130 130 - :func:`pd.read_sas()` now recognizes much more of the most frequently used date (datetime) formats in SAS7BDAT files (:issue:`15871`).
131 -- :func:`Series.clip()` and `DataFrame.clip()` now treat NA values for upper and lower arguments as None instead of raising `ValueError` (:issue:`17276`).
131 +- :func:`Series.clip()` and :func:`DataFrame.clip()` now treat NA values for upper and lower arguments as None instead of raising `ValueError` (:issue:`17276`).
132 132
133 133 .. _whatsnew_0210.api_breaking:
134 134