8000 Fix docstring · numpy/numpy@2ad1c9d · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 2ad1c9d

Browse files
committed
Fix docstring
1 parent 7e08ca0 commit 2ad1c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/arrayprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def get_printoptions():
340340
--------
341341
342342
>>> np.get_printoptions()
343-
{'edgeitems': 3, 'threshold': 1000, ..., 'legacy': False}
343+
{'edgeitems': 3, 'threshold': 1000, ..., 'override_repr': None}
344344
345345
>>> np.get_printoptions()['linewidth']
346346
75

0 commit comments

Comments
 (0)
0