We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066f742 commit 1566714Copy full SHA for 1566714
docs/source/core_engine/01-flags.md
@@ -100,7 +100,7 @@ True
100
101
### Disable a flag (bitwise NOT)
102
103
-After a flag has been enabled, it's possible to disable it with a bitwise NOT operator : `&= ~`
+After a flag has been enabled, it's possible to disable it with a bitwise AND NOT operator : `&= ~`
104
105
```python
106
>>> from diffsync.enum import DiffSyncFlags
0 commit comments