From 7e0b9b44dea0b170081cafd596c2804089dc2125 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 14 Mar 2023 15:15:15 +0000 Subject: [PATCH] Fix typos in `extra_description` fields (#9883) --- stubs/appdirs/METADATA.toml | 6 +++--- stubs/gdb/METADATA.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stubs/appdirs/METADATA.toml b/stubs/appdirs/METADATA.toml index f5322db67..4b6302a75 100644 --- a/stubs/appdirs/METADATA.toml +++ b/stubs/appdirs/METADATA.toml @@ -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.\ """ diff --git a/stubs/gdb/METADATA.toml b/stubs/gdb/METADATA.toml index 67395fbe8..a0d8f2902 100644 --- a/stubs/gdb/METADATA.toml +++ b/stubs/gdb/METADATA.toml @@ -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`.\ """