Skip to content

Commit 80b83fb

Browse files
authored
code fence not formatted appropriately (#12520)
1 parent 1b012ca commit 80b83fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/search/azure-search-documents/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,10 @@ async with client:
350350
results = await client.search(search_text="hotel")
351351
async for result in results:
352352
print("{}: {})".format(result["hotelId"], result["hotelName"]))
353+
353354
...
354355

356+
```
355357

356358
## Troubleshooting
357359

0 commit comments

Comments
 (0)