Skip to content

Commit c741a54

Browse files
DOC: fix minor formatting issues
1 parent 4e439d9 commit c741a54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/comparison_with_r.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ For more details and examples see :ref:`the reshaping documentation
444444
<reshaping.pivot>` or :ref:`the groupby documentation<groupby.split>`.
445445

446446
|factor|_
447-
~~~~~~~~
447+
~~~~~~~~~
448448

449449
.. versionadded:: 0.15
450450

doc/source/v0.15.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ API changes
260260
- ``DataFrame.info()`` now ends its output with a newline character (:issue:`8114`)
261261
- add ``copy=True`` argument to ``pd.concat`` to enable pass thru of complete blocks (:issue:`8252`)
262262

263-
- Added support for numpy 1.8+ data types (bool_, int_, float_, string_) for conversion to R dataframe (:issue:`8400`)
263+
- Added support for numpy 1.8+ data types (``bool_``, ``int_``, ``float_``, ``string_``) for conversion to R dataframe (:issue:`8400`)
264264

265265
- ``DataFrame.plot`` and ``Series.plot`` keywords are now have consistent orders (:issue:`8037`)
266266

@@ -1039,7 +1039,7 @@ Bug Fixes
10391039
- Bug in ``to_clipboard`` that would clip long column data (:issue:`8305`)
10401040
- Bug in DataFrame terminal display: Setting max_column/max_rows to zero did not trigger auto-resizing of dfs to fit terminal width/height (:issue:`7180`).
10411041
- Bug in OLS where running with "cluster" and "nw_lags" parameters did not work correctly, but also did not throw an error
1042-
(:issue:`5884').
1042+
(:issue:`5884`).
10431043
- Bug in ``DataFrame.dropna`` that interpreted non-existent columns in the subset argument as the 'last column' (:issue:`8303`)
10441044
- Bug in Index.intersection on non-monotonic non-unique indexes (:issue:`8362`).
10451045
- Bug in masked series assignment where mismatching types would break alignment (:issue:`8387`)

0 commit comments

Comments
 (0)