From c1f695467260655e2babc7c5a5897efc56044f80 Mon Sep 17 00:00:00 2001 From: Mikael Muszynski Date: Tue, 3 Aug 2021 11:19:16 +0200 Subject: [PATCH] Fix typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 78ef7a87..bec528f9 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ Requirements - ``python>=2.7`` or ``python>=3.4`` - ``psutil>=5.3.0`` (better with latest version) -- ``defusedxml`` (in order to monkey path xmlrpc) +- ``defusedxml`` (in order to monkey patch xmlrpc) - ``future`` (for Python 2 support) *Note for Python 2.6 users*