Skip to content

Commit 7a560c0

Browse files
committed
Fixed docstring error
1 parent 32c58d4 commit 7a560c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def set_option(*args) -> None:
252252
253253
Dictionary Input:
254254
255-
>>> pd.set_option({"display.max_columns": 4, "display.precision", 1})
255+
>>> pd.set_option({"display.max_columns": 4, "display.precision": 1})
256256
>>> df = pd.DataFrame([[1, 2, 3, 4, 5], [6, 7, 8, 9, 10]])
257257
>>> df
258258
0 1 ... 3 4

0 commit comments

Comments
 (0)