Skip to content

Commit 8ebfaf3

Browse files
committed
Fix doc check issue
1 parent 4d689be commit 8ebfaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ This is like an ``append`` operation on the ``DataFrame``.
766766
dfi.loc[3] = 5
767767
dfi
768768
769-
When assigning a :class:`Series` to a column, values are **aligned on index labels**.
769+
When assigning a :class:`pandas.Series` to a column, values are **aligned on index labels**.
770770
The order of the ``Series`` does not matter. Labels not present in the
771771
``DataFrame`` index result in ``NaN``.
772772

0 commit comments

Comments
 (0)