Skip to content
Merged
Prev Previous commit
Next Next commit
Whitespace
  • Loading branch information
annatisch committed Oct 29, 2019
commit e57840309ef73b15148650afd8fa218814b67528
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/azure/cosmos/cosmos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def create_database_if_not_exists( # pylint: disable=redefined-builtin
if they differ from what was passed into the method.
See aka.ms/{} for a full list of optional request and feed keyword arguments.

:param id: ID (name) of the database to read or create.
:param id: ID (name) of the database to read or create.
:param bool populate_query_metrics: Enable returning query metrics in response headers.
:param int offer_throughput: The provisioned throughput for this offer.
:keyword str session_token: Token for use with Session consistency.
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/azure/cosmos/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def replace_container(
):
# type: (...) -> ContainerProxy
"""Reset the properties of the container.

Property changes are persisted immediately. Any properties not specified will be reset to
their default values.
See aka.ms/{} for a full list of optional request and feed keyword arguments.
Expand Down