summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-08-03 19:42:47 +0200
committerGitHub <noreply@github.com>2021-08-03 19:42:47 +0200
commit62bf8bd8a3e35ec1a300b28b80bbce6dee060a6c (patch)
treeb6f9ee1751a6d98df7bb9131b03e37d9a5bb4317
parentbdeb414a4c790c10e9ba61089c427372aea9d2b7 (diff)
parentc1f695467260655e2babc7c5a5897efc56044f80 (diff)
Merge pull request #1911 from linduxed/patch-1
Fix typo in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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*