Skip to content

Commit 1566714

Browse files
Update docs/source/core_engine/01-flags.md
Co-authored-by: Glenn Matthews <[email protected]>
1 parent 066f742 commit 1566714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/core_engine/01-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ True
100100

101101
### Disable a flag (bitwise NOT)
102102

103-
After a flag has been enabled, it's possible to disable it with a bitwise NOT operator : `&= ~`
103+
After a flag has been enabled, it's possible to disable it with a bitwise AND NOT operator : `&= ~`
104104

105105
```python
106106
>>> from diffsync.enum import DiffSyncFlags

0 commit comments

Comments
 (0)