Skip to content

Commit dc057b4

Browse files
authored
DOC: Typo fix in "comparison_with_r (#60177)
1 parent 9a015d1 commit dc057b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/comparison/comparison_with_r.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ In Python, this list would be a list of tuples, so
405405
a = list(enumerate(list(range(1, 5)) + [np.NAN]))
406406
pd.DataFrame(a)
407407
408-
For more details and examples see :ref:`the Into to Data Structures
408+
For more details and examples see :ref:`the Intro to Data Structures
409409
documentation <dsintro>`.
410410

411411
meltdf

0 commit comments

Comments
 (0)