@@ -168,7 +168,7 @@ parameter:
168
168
============= ====================
169
169
Value Behavior
170
170
============= ====================
171
- ``right' `` close right endpoint
171
+ ``' right' `` close right endpoint
172
172
``'left' `` close left endpoint
173
173
``'both' `` close both endpoints
174
174
``'neither' `` open endpoints
@@ -214,7 +214,7 @@ ending indices of the windows. Additionally, ``num_values``, ``min_periods``, ``
214
214
and will automatically be passed to ``get_window_bounds `` and the defined method must
215
215
always accept these arguments.
216
216
217
- For example, if we have the following :class: `` DataFrame``:
217
+ For example, if we have the following :class: `DataFrame `
218
218
219
219
.. ipython :: python
220
220
@@ -370,8 +370,8 @@ two :class:`Series` or any combination of :class:`DataFrame`/:class:`Series` or
370
370
with the passed Series, thus returning a DataFrame.
371
371
* :class: `DataFrame `/:class: `DataFrame `: by default compute the statistic for matching column
372
372
names, returning a DataFrame. If the keyword argument ``pairwise=True `` is
373
- passed then computes the statistic for each pair of columns, returning a
374
- `` MultiIndexed DataFrame `` whose `` index `` are the dates in question (see :ref: `the next section
373
+ passed then computes the statistic for each pair of columns, returning a :class: ` DataFrame ` with a
374
+ :class: ` MultiIndex ` whose values are the dates in question (see :ref: `the next section
375
375
<window.corr_pairwise>`).
376
376
377
377
For example:
0 commit comments