From 9b035eeb423e5277ca34cd7e03e073d30c3f1b92 Mon Sep 17 00:00:00 2001 From: MattWanjia Date: Thu, 30 Nov 2023 12:58:51 +0300 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 61172f7..66b5a35 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ Dependencies ------------ - `Python`_, at least version 2.6 or 3.3. -- a C compiler capapable of building `Python`_ extensions, e.g. `gcc`_ +- a C compiler capable of building `Python`_ extensions, e.g. `gcc`_ - `librtmp`_: The library including its headers (`librtmp-dev` or equivalent) - `cffi`_: cffi depends on libffi and its headers (`libffi-dev` or equivalent) - On Python <3.4 the backport of `singledispatch`_ is also required.