Skip to content

Commit

Permalink
Use new set_eng_float_format signature, precision is replaced by accu…
Browse files Browse the repository at this point in the history
…racy.
  • Loading branch information
lodagro authored and adamklein committed Jan 10, 2012
1 parent 2e45b51 commit bd05b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -902,14 +902,14 @@ For instance:

.. ipython:: python
set_eng_float_format(precision=3, use_eng_prefix=True)
set_eng_float_format(accuracy=3, use_eng_prefix=True)
df['a']/1.e3
df['a']/1.e6
.. ipython:: python
:suppress:
set_printoptions(precision=4)
reset_printoptions()
The ``set_printoptions`` function has a number of options for controlling how
Expand Down

0 comments on commit bd05b58

Please sign in to comment.