Skip to content

Commit ff49fe4

Browse files
committed
Update after rerun the check
1 parent d0cb5d3 commit ff49fe4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/dtypes/concat.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def union_categoricals(
190190
Returns
191191
-------
192192
Categorical
193-
The union of categories being combined
193+
The union of categories being combined.
194194
195195
Raises
196196
------
@@ -202,16 +202,16 @@ def union_categoricals(
202202
ValueError
203203
Empty list of categoricals passed
204204
205-
Notes
206-
-----
207-
To learn more about categories, see `link
208-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html#unioning>`__
209-
210205
See Also
211206
--------
212207
CategoricalDtype : Type for categorical data with the categories and orderedness.
213208
Categorical : Represent a categorical variable in classic R / S-plus fashion.
214209
210+
Notes
211+
-----
212+
To learn more about categories, see `link
213+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html#unioning>`__
214+
215215
Examples
216216
--------
217217
If you want to combine categoricals that do not necessarily have

0 commit comments

Comments
 (0)