Skip to content

Commit 89a20a3

Browse files
read me
1 parent ac8ae41 commit 89a20a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ consumer.destroy()
323323
```
324324

325325

326-
### Check if broker is connected
326+
### Check connection status
327327

328328
```python
329329
memphis.is_connected()

memphis/memphis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ async def produce(self, station_name: str, producer_name: str, message, generate
501501
msg_id (string, optional): Attach msg-id header to the message in order to achieve idempotency
502502
Raises:
503503
Exception: _description_
504-
Exception: _description_
505504
"""
506505
try:
507506
station_name_internal = get_internal_name(station_name)

0 commit comments

Comments
 (0)