Skip to content

Commit 50b9541

Browse files
committed
content/pandas: misc typofixes
1 parent b544854 commit 50b9541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/pandas.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ This page provides a brief overview of pandas, but the open source community
2323
developing the pandas package has also created excellent documentation and training
2424
material, including:
2525

26-
- a `Getting started guide <https://pandas.pydata.org/getting_started.html>`__
26+
- A `Getting started guide <https://pandas.pydata.org/getting_started.html>`__
2727
(including tutorials and a 10 minute flash intro)
28-
- a `"10 minutes to pandas" <https://pandas.pydata.org/docs/user_guide/10min.html#min>`__
28+
- A `"10 minutes to Pandas" <https://pandas.pydata.org/docs/user_guide/10min.html#min>`__
2929
tutorial
30-
- thorough `Documentation <https://pandas.pydata.org/docs/>`__ containing a user guide,
30+
- Thorough `Documentation <https://pandas.pydata.org/docs/>`__ containing a user guide,
3131
API reference and contribution guide
32-
- a `cheatsheet <https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf>`__
33-
- a `cookbook <https://pandas.pydata.org/docs/user_guide/cookbook.html#cookbook>`__.
32+
- A `cheatsheet <https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf>`__
33+
- A `cookbook <https://pandas.pydata.org/docs/user_guide/cookbook.html#cookbook>`__
3434

3535
A quick Pandas preview
3636
----------------------

0 commit comments

Comments
 (0)