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 ------------