Skip to content

Commit e8ac2f3

Browse files
chore: remove escape sequences from example query in README
1 parent 4a558c8 commit e8ac2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ written_events = await client.write_events(
117117
# events
118118
],
119119
preconditions = [
120-
IsEventQlTrue('FROM e IN events WHERE e.type == \'io.eventsourcingdb.library.book-borrowed\' PROJECT INTO COUNT() < 10')
120+
IsEventQlTrue('FROM e IN events WHERE e.type == "io.eventsourcingdb.library.book-borrowed" PROJECT INTO COUNT() < 10')
121121
],
122122
)
123123
```

eventsourcingdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"IfEventIsMissingDuringObserve",
2626
"IfEventIsMissingDuringRead",
2727
"InternalError",
28-
"IsEventQlTrue",
28+
"IsEventQlTrue",
2929
"IsSubjectOnEventId",
3030
"IsSubjectPristine",
3131
"ObserveEventsOptions",

0 commit comments

Comments
 (0)