Skip to content

Commit af111ac

Browse files
Carreaumeeseeksmachine
authored andcommitted
Backport PR ipython#14711: more typos in whatsnew 8.32
1 parent 2d0231e commit af111ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/whatsnew/version8.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ This is now a different branch than the main branch, and will only accumulate
1212
bugfixes 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

2424
As a preview feature, look into the ``examples`` folder on how to configure
2525
autosuggestion 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,
2727
but should allow you to hook in a Jupyter-ai LLM provider to suggest code in the
2828
CLI (currently only via a keyboard shortcut). See :ghpull:`14623` for more details
2929
until 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.
4545
Thanks
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

5050
Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
5151
work on IPython and related libraries, in particular the work around LLM
@@ -74,7 +74,7 @@ Road to 9.0
7474

7575
The current main branch is now on it's way to be 9.0; do not expect many new
7676
features 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

7979
For something completely different
8080
----------------------------------
@@ -1069,7 +1069,7 @@ properties:
10691069
Note that while in the above example we use a static dictionary, libraries may
10701070
decide to use a custom object that define ``__getitem__``, we caution against
10711071
using 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
10731073
object.
10741074

10751075

0 commit comments

Comments
 (0)