File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ \section{A Simple Example}
140140The \var {args} argument will be a pointer to a Python tuple object
141141containing the arguments. Each item of the tuple corresponds to an
142142argument in the call's argument list. The arguments are Python
143- objects -- in order to do anything with them in our \C {} function we have
143+ objects --- in order to do anything with them in our \C {} function we have
144144to convert them to \C {} values. The function \code {PyArg_ParseTuple()}
145145in the Python API checks the argument types and converts them to \C {}
146146values. It uses a template string to determine the required types of
@@ -666,7 +666,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
666666\end {description }
667667
668668It is possible to pass Python long integers where integers are
669- requested; however no proper range checking is done -- the most
669+ requested; however no proper range checking is done --- the most
670670significant bits are silently truncated when the receiving field is
671671too small to receive the value (actually, the semantics are inherited
672672from downcasts in \C {} --- your milage may vary).
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ \section{A Simple Example}
140140The \var {args} argument will be a pointer to a Python tuple object
141141containing the arguments. Each item of the tuple corresponds to an
142142argument in the call's argument list. The arguments are Python
143- objects -- in order to do anything with them in our \C {} function we have
143+ objects --- in order to do anything with them in our \C {} function we have
144144to convert them to \C {} values. The function \code {PyArg_ParseTuple()}
145145in the Python API checks the argument types and converts them to \C {}
146146values. It uses a template string to determine the required types of
@@ -666,7 +666,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
666666\end {description }
667667
668668It is possible to pass Python long integers where integers are
669- requested; however no proper range checking is done -- the most
669+ requested; however no proper range checking is done --- the most
670670significant bits are silently truncated when the receiving field is
671671too small to receive the value (actually, the semantics are inherited
672672from downcasts in \C {} --- your milage may vary).
You can’t perform that action at this time.
0 commit comments