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 1
1
version = " 1.4.*"
2
2
no_longer_updated = true
3
3
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 \
7
7
the `types-appdirs` package.\
8
8
"""
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extra_description = """\
3
3
Type hints for GDB's \
4
4
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
5
5
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 \
7
7
using `pip`.\
8
8
"""
9
9
You can’t perform that action at this time.
0 commit comments