Skip to content

Commit 5bf00e9

Browse files
lodagrowesm
authored andcommitted
Fix keyerror in ipython session demonstrating console output formatting.
1 parent 7476d9d commit 5bf00e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,8 +810,8 @@ For instance:
810810
.. ipython:: python
811811
812812
set_eng_float_format(precision=3, use_eng_prefix=True)
813-
df[0]/1.e3
814-
df[0]/1.e6
813+
df['a']/1.e3
814+
df['a']/1.e6
815815
816816
.. ipython:: python
817817
:suppress:

0 commit comments

Comments
 (0)