Skip to content

Commit 0f16345

Browse files
authored
Update src/connections/sources/catalog/libraries/server/python/index.md
1 parent 1ed2c67 commit 0f16345

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/python

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ If the module detects that it can't flush faster than it's receiving messages, i
406406

407407
### Flush
408408

409-
At the end of your program, you'll want to flush to make sure there's nothing left in the queue by calling the `flush` method:
409+
You can all the `flush` method at the end of your program to make sure there's nothing left in the queue:
410410

411411
```python
412412
analytics.flush()

0 commit comments

Comments
 (0)