Skip to content

Commit f2f298b

Browse files
Fix link wording in "10 Minutes to Pandas" (#58961)
Fix link wording Current wording is grammatically incorrect and does not match the target page's title - updated to match.
1 parent c0262e8 commit f2f298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/10min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ truncated for brevity.
101101
Viewing data
102102
------------
103103

104-
See the :ref:`Essentially basics functionality section <basics>`.
104+
See the :ref:`Essential basic functionality section <basics>`.
105105

106106
Use :meth:`DataFrame.head` and :meth:`DataFrame.tail` to view the top and bottom rows of the frame
107107
respectively:

0 commit comments

Comments
 (0)