File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ repos:
111
111
# Incorrect code-block / IPython directives
112
112
|\.\.\ code-block\ ::
113
113
|\.\.\ ipython\ ::
114
+ # directive should not have a space before ::
115
+ |\.\.\ \w+\ ::
114
116
115
117
# Check for deprecated messages without sphinx directive
116
118
|(DEPRECATED|DEPRECATE|Deprecated)(:|,|\.)
Original file line number Diff line number Diff line change @@ -3546,9 +3546,9 @@ with ``on_demand=True``.
3546
3546
Specifying sheets
3547
3547
+++++++++++++++++
3548
3548
3549
- .. note :: The second argument is ``sheet_name``, not to be confused with ``ExcelFile.sheet_names``.
3549
+ .. note :: The second argument is ``sheet_name``, not to be confused with ``ExcelFile.sheet_names``.
3550
3550
3551
- .. note :: An ExcelFile's attribute ``sheet_names`` provides access to a list of sheets.
3551
+ .. note :: An ExcelFile's attribute ``sheet_names`` provides access to a list of sheets.
3552
3552
3553
3553
* The arguments ``sheet_name `` allows specifying the sheet or sheets to read.
3554
3554
* The default value for ``sheet_name `` is 0, indicating to read the first sheet
Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ def factorize(
633
633
is a Categorical. When `values` is some other pandas object, an
634
634
`Index` is returned. Otherwise, a 1-D ndarray is returned.
635
635
636
- .. note ::
636
+ .. note::
637
637
638
638
Even if there's a missing value in `values`, `uniques` will
639
639
*not* contain an entry for it.
You can’t perform that action at this time.
0 commit comments