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 b26c51c commit 9630cb6Copy full SHA for 9630cb6
README.md
@@ -16,7 +16,7 @@ Why would you ever need this
16
from pointers import _
17
18
text: str = "hello world"
19
-ptr = _&text # creates a new pointer object
+ptr = _&text # creates a new pointer object
20
ptr <<= "world hello"
21
print(text) # world hello
22
```
0 commit comments