Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down