Skip to content

Commit 9630cb6

Browse files
committed
why is publish getting skipped
1 parent b26c51c commit 9630cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Why would you ever need this
1616
from pointers import _
1717

1818
text: str = "hello world"
19-
ptr = _&text # creates a new pointer object
19+
ptr = _&text # creates a new pointer object
2020
ptr <<= "world hello"
2121
print(text) # world hello
2222
```

0 commit comments

Comments
 (0)