Skip to content
Merged
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 logging/docs/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def client_list_entries_multi_project(

# [START client_list_entries_multi_project]
PROJECT_IDS = ["one-project", "another-project"]
for entry in client.list_entries(project_ids=PROJECT_IDS): # API call(s)
for entry in client.list_entries(projects=PROJECT_IDS): # API call(s)
do_something_with(entry)
# [END client_list_entries_multi_project]

Expand Down