File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version = " 1.4.*"
22no_longer_updated = true
33extra_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 \
77the `types-appdirs` package.\
88"""
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments