@@ -12,18 +12,18 @@ This is now a different branch than the main branch, and will only accumulate
1212bugfixes and small improvements and requested backports, while 9.0 forges ahead.
1313
1414
15- We'll not 4 bugfixes and an and unstable preview feature.
15+ We'll note 4 bugfixes and an and unstable preview feature.
1616
1717- :ghpull: `14640 ` Fixes an error were a warning about virtualenvs was incorrectly triggered.
1818
19- - :ghpull: `14684 ` Fixes an issue on Python 3.12+ with post mortem debugging.
19+ - :ghpull: `14684 ` Fixes an issue on Python 3.12+ with post mortem debugging.
2020- :ghpull: `14693 ` Fixes a bug where magics were ignoring SIGINT
21- - :ghpull: `14695 ` Fixes and issue where magics would not display all subprocess output.
21+ - :ghpull: `14695 ` Fixes an issue where magics would not display all subprocess output.
2222
2323
2424As a preview feature, look into the ``examples `` folder on how to configure
2525autosuggestion using a large language model. This is not yet ready for
26- production use, have only partial documentation and can change without warnings ,
26+ production use, has only partial documentation and can change without warning ,
2727but should allow you to hook in a Jupyter-ai LLM provider to suggest code in the
2828CLI (currently only via a keyboard shortcut). See :ghpull: `14623 ` for more details
2929until further documentation is available in 9.0.
@@ -45,7 +45,7 @@ Czechoslovakia where she lived until her death at the age of 74 in April 1966.
4545Thanks
4646------
4747
48- Thanks to everyone who helped for the 8.32 release and working toward 9.0.
48+ Thanks to everyone who helped with the 8.32 release and working toward 9.0.
4949
5050Thanks as well to the `D. E. Shaw group <https://deshaw.com/ >`__ for sponsoring
5151work on IPython and related libraries, in particular the work around LLM
@@ -74,7 +74,7 @@ Road to 9.0
7474
7575The current main branch is now on it's way to be 9.0; do not expect many new
7676features but a large codebase refactor, and cleanup with many deprecated code
77- removed, and more agressive codestyle enforcement.
77+ removed, and more aggressive codestyle enforcement.
7878
7979For something completely different
8080----------------------------------
@@ -1069,7 +1069,7 @@ properties:
10691069 Note that while in the above example we use a static dictionary, libraries may
10701070decide to use a custom object that define ``__getitem__ ``, we caution against
10711071using objects that would trigger computation to show documentation, but it is
1072- sometime preferable for highly dynamic code that for example export ans API as
1072+ sometime preferable for highly dynamic code that for example export an API as
10731073object.
10741074
10751075
0 commit comments