Skip to content

Commit 1cfdd54

Browse files
committed
Rename snippet updating item in line with the other SDKs
1 parent 1c7c6f2 commit 1cfdd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ async def main():
9696

9797
print(dict(item))
9898

99-
# [developer-docs.sdk.python.edit-item]-start
99+
# [developer-docs.sdk.python.update-item]-start
100100
# Update a field in your item
101101
item.fields[0].value = "new_value"
102102
updated_item = await client.items.put(item)
103-
# [developer-docs.sdk.python.edit-item]-end
103+
# [developer-docs.sdk.python.update-item]-end
104104

105105
print(dict(updated_item))
106106
# [developer-docs.sdk.python.delete-item]-start

0 commit comments

Comments
 (0)