Commit 1b01b040 authored by Myles Hollowed's avatar Myles Hollowed Committed by GitHub

Update language_basics

Fix typo: to -> two
parent 800e699c
......@@ -332,7 +332,7 @@ Automatic Type Conversion
cdef char *s
s = pystring1 + pystring2
* The reason is that concatenating to strings in Python produces a temporary variable.
* The reason is that concatenating two strings in Python produces a temporary variable.
* The variable is decrefed, and the Python string deallocated as soon as the statement has finished,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment