@@ -191,7 +191,7 @@ Virtualenv handling fixes:
191191
192192 - init_virtualenv now uses Pathlib :ghpull: `12548 `
193193 - Fix Improper path comparison of virtualenv directories :ghpull: `13140 `
194- - Fix virtual environment user warning for lower case pathes :ghpull: `13094 `
194+ - Fix virtual environment user warning for lower case paths :ghpull: `13094 `
195195 - Adapt to all sorts of drive names for cygwin :ghpull: `13153 `
196196
197197New Features:
@@ -589,7 +589,7 @@ issues and pushing 8.0 forward.
589589Here are thus some of the changes for IPython 7.20.
590590
591591 - Support for PyQt5 >= 5.11 :ghpull: `12715 `
592- - ``%reset `` remove imports more agressively :ghpull: `12718 `
592+ - ``%reset `` remove imports more aggressively :ghpull: `12718 `
593593 - fix the ``%conda `` magic :ghpull: `12739 `
594594 - compatibility with Jedi 0.18, and bump minimum Jedi version. :ghpull: `12793 `
595595
@@ -868,7 +868,7 @@ IPython.
868868Increase Tab Completion Menu Height
869869~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
870870
871- In terminal IPython it is possible to increase the hight of the tab-completion
871+ In terminal IPython it is possible to increase the height of the tab-completion
872872menu. To do so set the value of
873873:configtrait: `TerminalInteractiveShell.space_for_menu `, this will reserve more
874874space at the bottom of the screen for various kind of menus in IPython including
@@ -1050,7 +1050,7 @@ IPython has decided to follow the informational `NEP 29
10501050policy as to which version of (C)Python and NumPy are supported.
10511051
10521052We thus dropped support for Python 3.5, and cleaned up a number of code path
1053- that were Python-version dependant . If you are on 3.5 or earlier pip should
1053+ that were Python-version dependent . If you are on 3.5 or earlier pip should
10541054automatically give you the latest compatible version of IPython so you do not
10551055need to pin to a given version.
10561056
@@ -1117,7 +1117,7 @@ progressively enable these features by default in the next few releases, and
11171117contribution is welcomed.
11181118
11191119We welcome any feedback on the API. See :ref: `shell_mimerenderer ` for more
1120- informations .
1120+ information .
11211121
11221122This is originally based on work form in :ghpull: `10610 ` from @stephanh42
11231123started over two years ago, and still a lot need to be done.
@@ -1371,7 +1371,7 @@ IPython 7.3.0
13711371
13721372
13731373IPython 7.3.0 bring several bug fixes and small improvements that you will
1374- described bellow.
1374+ described below.
13751375
13761376The biggest change to this release is the implementation of the ``%conda `` and
13771377``%pip `` magics, that will attempt to install packages in the **current
@@ -1456,7 +1456,7 @@ unwillingly relying on a bug in CPython.
14561456
14571457New Core Dev:
14581458
1459- - We welcome Jonathan Slenders to the commiters . Jonathan has done a fantastic
1459+ - We welcome Jonathan Slenders to the committers . Jonathan has done a fantastic
14601460 work on prompt_toolkit, and we'd like to recognise his impact by giving him
14611461 commit rights. :ghissue: `11397 `
14621462
0 commit comments