aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2023-09-25 18:08:52 -0700
committerMaurice Lam <yukl@google.com>2023-09-25 18:08:52 -0700
commit772c188674ff8ab0c6ed49760dc602f94b3a94e6 (patch)
tree05300e30821962834cea766469352d1efc9cf4dd
parent7c1a3bb8f990f45f411f12b132418f261af42754 (diff)
downloadbumble-772c188674ff8ab0c6ed49760dc602f94b3a94e6.tar.gz
Fix typo
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a589b9b..1ca73c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,7 @@ install_requires =
bt-test-interfaces >= 0.0.2; platform_system!='Emscripten'
click == 8.1.3; platform_system!='Emscripten'
cryptography == 39; platform_system!='Emscripten'
- # Pyodide has bundles a version of cryptography that is built for wasm, which may not match the
+ # Pyodide bundles a version of cryptography that is built for wasm, which may not match the
# versions available on PyPI. Relax the version requirement since it's better than being
# completely unable to import the package in case of version mismatch.
cryptography >= 39.0; platform_system=='Emscripten'