From 645e851aadfcc3c610f19053bcde8a5ea1f18d0b Mon Sep 17 00:00:00 2001 From: Nitin George Cherian Date: Mon, 11 Jan 2021 15:53:06 +0530 Subject: [PATCH] fix spelling in docstring --- rich/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich/__init__.py b/rich/__init__.py index ffae0541..98e3b3d5 100644 --- a/rich/__init__.py +++ b/rich/__init__.py @@ -77,7 +77,7 @@ def inspect( * inspect(, methods=True) to see methods. * inspect(, help=True) to see full (non-abbreviated) help. * inspect(, private=True) to see private attributes (single underscore). - * inspect(, dunder=True) to see attributes begining with double underscore. + * inspect(, dunder=True) to see attributes beginning with double underscore. * inspect(, all=True) to see all attributes. Args: