Skip to content

Commit cad2c13

Browse files
committed
Python code formatting in the readme (2)
1 parent d6d2317 commit cad2c13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ Destroy a `Document`:
351351

352352
Destroy multiple `Document`s at once:
353353

354-
stati = client.destroy_documents('youtube','videos',['external_id2','external_id3','external_id6'])
354+
```python
355+
stati = client.destroy_documents('youtube','videos',['external_id2','external_id3','external_id6'])
356+
```
355357

356358
### Domains
357359

0 commit comments

Comments
 (0)