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 = """
@@ -249,7 +250,7 @@ def use_numba_cb(key):
249
250
250
251
pc_max_seq_items = """
251
252
: int or None
252
- when pretty-printing a long sequence, no more then `max_seq_items`
253
+ When pretty-printing a long sequence, no more then `max_seq_items`
253
254
will be printed. If items are omitted, they will be denoted by the
254
255
addition of "..." to the resulting string.
255
256
You can’t perform that action at this time.
0 commit comments