Skip to content

Commit aa4730b

Browse files
chore: fix typo
1 parent be54794 commit aa4730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ await event_types.aclose()
499499
```
500500

501501
### Listing A Specific Event Type
502-
To list a specific event type, call the `read_event_type` function with the event type as an argument. The function returns an the detailed event type, which includes the schema:
502+
To list a specific event type, call the `read_event_type` function with the event type as an argument. The function returns the detailed event type, which includes the schema:
503503

504504
```python
505505
event_type = await client.read_event_type("io.eventsourcingdb.library.book-acquired")

0 commit comments

Comments
 (0)