From 68fd084cc2e75962d54c6626632410fd0184ac74 Mon Sep 17 00:00:00 2001 From: MALIK SAQIB Date: Tue, 16 Sep 2025 19:20:29 +0500 Subject: [PATCH] DOC: Fix minor typos and capitalization in community tutorials MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed small issues in the community tutorials page: - Changed "lesson" → "lessons" - Made "Modern Pandas" heading consistent - Capitalized "Pandas Cookbook" --- doc/source/getting_started/tutorials.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/getting_started/tutorials.rst b/doc/source/getting_started/tutorials.rst index eae7771418485..7ebc2cb4e91cd 100644 --- a/doc/source/getting_started/tutorials.rst +++ b/doc/source/getting_started/tutorials.rst @@ -8,7 +8,7 @@ Community tutorials This is a guide to many pandas tutorials by the community, geared mainly for new users. -pandas cookbook by Julia Evans +Pandas Cookbook by Julia Evans ------------------------------ The goal of this 2015 cookbook (by `Julia Evans `_) is to @@ -34,7 +34,7 @@ additional practice. Learn pandas by Hernan Rojas ---------------------------- -A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas +A set of lessons for new pandas users: https://bitbucket.org/hrojas/learn-pandas Practical data analysis with Python ----------------------------------- @@ -75,7 +75,7 @@ Excel charts with pandas, vincent and xlsxwriter * `Using Pandas and XlsxWriter to create Excel charts `_ -Joyful pandas +Modern pandas ------------- A tutorial written in Chinese by Yuanhao Geng. It covers the basic operations