Skip to content

Commit 1dc78c7

Browse files
committed
DOC: whatsnew fixes
1 parent 160e7f2 commit 1dc78c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/source/whatsnew/v0.18.0.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ other anchored offsets like ``MonthBegin`` and ``YearBegin``.
278278
Other API Changes
279279
^^^^^^^^^^^^^^^^^
280280

281-
- ``DataFrame.between_time`` and ``Series.between_time`` now only parse a fixed set of time strings. Parsing of
282-
date strings is no longer supported and raises a ``ValueError``. (:issue:`11818`)
281+
- ``DataFrame.between_time`` and ``Series.between_time`` now only parse a fixed set of time strings. Parsing of date strings is no longer supported and raises a ``ValueError``. (:issue:`11818`)
283282

284283
.. ipython:: python
285284

@@ -321,10 +320,10 @@ assignment should be done inplace or return a copy.
321320
.. warning::
322321

323322
For backwards compatability, ``inplace`` defaults to ``True`` if not specified.
324-
This will change in a future version of pandas - if your code depends on an
323+
This will change in a future version of pandas. If your code depends on an
325324
inplace assignment you should update to explicitly set ``inplace=True``
326325

327-
The ``inplace`` keyword parameter was also added the ``query`` method.
326+
The ``inplace`` keyword parameter was also added the ``query`` method.
328327

329328
.. ipython:: python
330329

@@ -335,11 +334,11 @@ The ``inplace`` keyword parameter was also added the ``query`` method.
335334
.. warning::
336335

337336
Note that the default value for ``inplace`` in a ``query``
338-
is ``False``, which is consistent with prior verions.
337+
is ``False``, which is consistent with prior versions.
339338

340339
``eval`` has also been updated to allow multi-line expressions for multiple
341340
assignments. These expressions will be evaluated one at a time in order. Only
342-
assginments are valid for multi-line expressions.
341+
assignments are valid for multi-line expressions.
343342

344343
.. ipython:: python
345344

0 commit comments

Comments
 (0)