Skip to content

Commit

Permalink
Fix doc error. Closes urschrei#141
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jun 17, 2021
1 parent 2fdf698 commit 99cc898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The following methods will retrieve either user or group items, depending on the

.. py:method:: Zotero.collection_items(collectionID[, search/request parameters])
Returns items from the specified collection. This includes sub-collection items
Returns items from the specified collection. This does not include items in sub-collections

:param str collectionID: a Zotero collection ID
:rtype: list of dicts
Expand Down
2 changes: 1 addition & 1 deletion pyzotero/zotero.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from __future__ import unicode_literals

__author__ = "Stephan Hügel"
__version__ = "1.4.23"
__version__ = "1.4.24"
__api_version__ = "3"

import sys
Expand Down

0 comments on commit 99cc898

Please sign in to comment.