Skip to content

Commit fe08ded

Browse files
committed
Add a missing word
1 parent ab68605 commit fe08ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/interactive/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In this case, ``x = range(10000)`` is called as the line argument, and the
106106
block with ``min(x)`` and ``max(x)`` is called as the cell body. The
107107
:magic:`timeit` magic receives both.
108108

109-
If you have 'automagic' enabled (as it by default), you don't need to type in
109+
If you have 'automagic' enabled (as it is by default), you don't need to type in
110110
the single ``%`` explicitly for line magics; IPython will scan its internal
111111
list of magic functions and call one if it exists. With automagic on you can
112112
then just type ``cd mydir`` to go to directory 'mydir'::

0 commit comments

Comments
 (0)