Skip to content

Commit afeb35e

Browse files
authored
Fix Formatting Issue (#42438)
1 parent 487aafb commit afeb35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
201201
methods from ndarray have been overridden to automatically exclude
202202
missing data (currently represented as NaN).
203203
204-
Operations between Series (+, -, /, *, **) align values based on their
204+
Operations between Series (+, -, /, \\*, \\*\\*) align values based on their
205205
associated index values-- they need not be the same length. The result
206206
index will be the sorted union of the two indexes.
207207

0 commit comments

Comments
 (0)