Skip to content

Commit c49bd87

Browse files
author
Paul Duncan
committed
format change in README.md
1 parent 55309d7 commit c49bd87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@ phq = Client(access_token="abc123")
330330

331331

332332
for saved_location in phq.saved_locations.search(
333-
labels=["test", "retail"],
334-
q="London",
335-
sort="-created",
336-
):
337-
print(saved_location.location_id, saved_location.create_dt, saved_location.status)
333+
labels=["test", "retail"],
334+
q="London",
335+
sort="-created",
336+
):
337+
print(saved_location.location_id, saved_location.create_dt, saved_location.status)
338338
```
339339

340340

0 commit comments

Comments
 (0)