From 6420424b47cd174e6d50b7373e6d24514773ae84 Mon Sep 17 00:00:00 2001 From: Andreas Kanz <51492342+akanz1@users.noreply.github.com> Date: Thu, 19 Aug 2021 19:04:44 +0200 Subject: [PATCH] fix a typo --- docs/source/pretty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pretty.rst b/docs/source/pretty.rst index 7cdb028b..2c1c017d 100644 --- a/docs/source/pretty.rst +++ b/docs/source/pretty.rst @@ -20,7 +20,7 @@ The :func:`~rich.pretty.pprint` method offers a few more arguments you can use t Indent guides ~~~~~~~~~~~~~ -Rich can draw *intent guides* to highlight the indent level of a data structure. These can make it easier to read more deeply nested output. The pprint method enables indent guides by default. You can set ``indent_guides=False`` to disable this feature. +Rich can draw *indent guides* to highlight the indent level of a data structure. These can make it easier to read more deeply nested output. The pprint method enables indent guides by default. You can set ``indent_guides=False`` to disable this feature. Expand all ~~~~~~~~~~