From d12b59e1c0e8e4e1456793d641de514e545f9edc Mon Sep 17 00:00:00 2001 From: DonthaNagaTarun Date: Sun, 22 Feb 2026 23:31:34 +0530 Subject: [PATCH] Improve grammar in introduction documentation --- docs/source/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 465f6fd77..331e57581 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -3,7 +3,7 @@ Introduction Rich is a Python library for writing *rich* text (with color and style) to the terminal, and for displaying advanced content such as tables, markdown, and syntax highlighted code. -Use Rich to make your command line applications visually appealing and present data in a more readable way. Rich can also be a useful debugging aid by pretty printing and syntax highlighting data structures. +Use Rich to make your command line applications visually appealing and to present data in a more readable way. Rich can also be a useful debugging aid by pretty printing and syntax highlighting data structures. Requirements ------------