Skip to content

Commit 2ab1d1f

Browse files
authored
DOC fix typo in describe_option (pandas-dev#44984)
* Updated config.py and fix a typo * Updating git commit message to standard * DOC: Additions/updates to documentation pandas-dev#44771
1 parent 3e9f09f commit 2ab1d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def __doc__(self):
333333
334334
Prints the description for one or more registered options.
335335
336-
Call with not arguments to get a listing for all registered options.
336+
Call with no arguments to get a listing for all registered options.
337337
338338
Available options:
339339

0 commit comments

Comments
 (0)