Skip to content

Commit be69ae4

Browse files
committed
Add comment for 'CanonicalOptions.sync'
1 parent ac003c1 commit be69ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class CanonicalOptions:
243243
string_encoding: Optional[str] = None
244244
realloc: Optional[Callable] = None
245245
post_return: Optional[Callable] = None
246-
sync: bool = True
246+
sync: bool = True # = !canonopt.async
247247
callback: Optional[Callable] = None
248248
```
249249

0 commit comments

Comments
 (0)