From 425b08330539d6b7c7edb5fa6acc9738c664c80c Mon Sep 17 00:00:00 2001 From: NJOKU OKECHUKWU VALENTINE Date: Sun, 19 Dec 2021 23:08:47 +0100 Subject: [PATCH 1/3] Updated config.py and fix a typo --- pandas/_config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_config/config.py b/pandas/_config/config.py index b22a6840644ec..d8b1829840a4d 100644 --- a/pandas/_config/config.py +++ b/pandas/_config/config.py @@ -333,7 +333,7 @@ def __doc__(self): Prints the description for one or more registered options. -Call with not arguments to get a listing for all registered options. +Call with no arguments to get a listing for all registered options. Available options: From db78102e44ec50a565bf107d32cdcee65ad0d2e1 Mon Sep 17 00:00:00 2001 From: Njoku Okechukwu Valentine Date: Mon, 20 Dec 2021 15:24:03 +0100 Subject: [PATCH 2/3] Updating git commit message to standard --- pandas/_config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_config/config.py b/pandas/_config/config.py index d8b1829840a4d..b22a6840644ec 100644 --- a/pandas/_config/config.py +++ b/pandas/_config/config.py @@ -333,7 +333,7 @@ def __doc__(self): Prints the description for one or more registered options. -Call with no arguments to get a listing for all registered options. +Call with not arguments to get a listing for all registered options. Available options: From 2c2dc6777107d8770ace078dfab7c16b447543ca Mon Sep 17 00:00:00 2001 From: Njoku Okechukwu Valentine Date: Mon, 20 Dec 2021 15:31:05 +0100 Subject: [PATCH 3/3] DOC: Additions/updates to documentation #44771 --- pandas/_config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_config/config.py b/pandas/_config/config.py index b22a6840644ec..d8b1829840a4d 100644 --- a/pandas/_config/config.py +++ b/pandas/_config/config.py @@ -333,7 +333,7 @@ def __doc__(self): Prints the description for one or more registered options. -Call with not arguments to get a listing for all registered options. +Call with no arguments to get a listing for all registered options. Available options: