8000 Merge pull request #14426 from espdev/see-also-printoptions · numpy/numpy@e4e12cb · GitHub
[go: up one dir, main page]

Skip to content

Commit e4e12cb

Browse files
authored
Merge pull request #14426 from espdev/see-also-printoptions
DOC: add the reference to 'printoptions'
2 parents 3cd8933 + 112ce58 commit e4e12cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/core/arrayprint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def set_printoptions(precision=None, threshold=None, edgeitems=None,
194194
195195
See Also
196196
--------
197-
get_printoptions, set_string_function, array2string
197+
get_printoptions, printoptions, set_string_function, array2string
198198
199199
Notes
200200
-----
@@ -285,7 +285,7 @@ def get_printoptions():
285285
286286
See Also
287287
--------
288-
set_printoptions, set_string_function
288+
set_printoptions, printoptions, set_string_function
289289
290290
"""
291291
return _format_options.copy()

0 commit comments

Comments
 (0)
0