You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/movement.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ b = to_ptr("abcdefg")
40
40
a.move(b) # InvalidSizeError
41
41
```
42
42
43
-
This can be bypassed by passing `unsafe = True` to `move`:
43
+
This can be bypassed by passing `unsafe=True` to `move`:
44
44
45
45
```py
46
46
a = to_ptr("test")
@@ -98,7 +98,7 @@ print(~ptr)
98
98
99
99
## Consequences
100
100
101
-
After you are finished crying from accidentally overwriting your newborn child using this library, what actually happens when we break something with overwriting?
101
+
What actually happens when we break something with overwriting?
0 commit comments