File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,9 @@ def use_numba_cb(key):
85
85
86
86
pc_precision_doc = """
87
87
: int
88
- Floating point output precision (number of significant digits). This is
89
- only a suggestion
88
+ Floating point output precision in terms of number of places after the
89
+ decimal, for regular formatting as well as scientific notation. Similar
90
+ to ``precision`` in :meth:`numpy.set_printoptions`.
90
91
"""
91
92
92
93
pc_colspace_doc = """
@@ -255,7 +256,7 @@ def use_numba_cb(key):
255
256
256
257
pc_max_seq_items = """
257
258
: int or None
258
- when pretty-printing a long sequence, no more then `max_seq_items`
259
+ When pretty-printing a long sequence, no more then `max_seq_items`
259
260
will be printed. If items are omitted, they will be denoted by the
260
261
addition of "..." to the resulting string.
261
262
You can’t perform that action at this time.
0 commit comments