Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Typo "resouce"→"resource" #213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 azure/cosmos/cosmos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def _QueryChangeFeed(self, collection_link, resource_type, options=None, partiti

resource_key_map = {'Documents' : 'docs'}

# For now, change feed only supports Documents and Partition Key Range resouce type
# For now, change feed only supports Documents and Partition Key Range resource type
if resource_type not in resource_key_map:
raise NotImplementedError(resource_type + " change feed query is not supported.")

Expand Down