Skip to content

Commit 7e0b9b4

Browse files
authored
Fix typos in extra_description fields (#9883)
1 parent 388da6a commit 7e0b9b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stubs/appdirs/METADATA.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version = "1.4.*"
22
no_longer_updated = true
33
extra_description = """\
4-
The `appdirs` package has been deprecated in favour of the `platformdirs`\
5-
package, which ships with a `py.typed` file. Users should migrate their\
6-
`appdirs` code to use `platformdirs` instead, which will remove the need for\
4+
The `appdirs` package has been deprecated in favour of the `platformdirs` \
5+
package, which ships with a `py.typed` file. Users should migrate their \
6+
`appdirs` code to use `platformdirs` instead, which will remove the need for \
77
the `types-appdirs` package.\
88
"""

stubs/gdb/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extra_description = """\
33
Type hints for GDB's \
44
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
55
Note that this API is available only when running Python scripts under GDB: \
6-
is is not possible to install the `gdb` package separately, for instance \
6+
it is not possible to install the `gdb` package separately, for instance \
77
using `pip`.\
88
"""
99

0 commit comments

Comments
 (0)