From b03850ca209622db62e70f08c5baf5a77017b774 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 10:27:47 +0100 Subject: [PATCH] correct spelling mistake --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 08422c7..aeeddd5 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Documentation The Python API closely follows the Poppler Qt4 C++ interface library API, documented at http://people.freedesktop.org/~aacid/docs/qt4/ . -Whereever the C++ API requires ``QList``, ``QSet`` or ``QLinkedList``, any +Wherever the C++ API requires ``QList``, ``QSet`` or ``QLinkedList``, any Python sequence can be used. API calls that return ``QList``, ``QSet`` or ``QLinkedList`` all return Python lists.