Fix typos in extra_description fields (#9883)

This commit is contained in:
Alex Waygood
2023-03-14 15:15:15 +00:00
committed by GitHub
parent 388da6a60b
commit 7e0b9b44de
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
version = "1.4.*"
no_longer_updated = true
extra_description = """\
The `appdirs` package has been deprecated in favour of the `platformdirs`\
package, which ships with a `py.typed` file. Users should migrate their\
`appdirs` code to use `platformdirs` instead, which will remove the need for\
The `appdirs` package has been deprecated in favour of the `platformdirs` \
package, which ships with a `py.typed` file. Users should migrate their \
`appdirs` code to use `platformdirs` instead, which will remove the need for \
the `types-appdirs` package.\
"""

View File

@@ -3,7 +3,7 @@ extra_description = """\
Type hints for GDB's \
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
Note that this API is available only when running Python scripts under GDB: \
is is not possible to install the `gdb` package separately, for instance \
it is not possible to install the `gdb` package separately, for instance \
using `pip`.\
"""