]> granicus.if.org Git - python/commitdiff
"--" --> "---" in two places.
authorFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 14:47:27 +0000 (14:47 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 14:47:27 +0000 (14:47 +0000)
Doc/ext.tex
Doc/ext/ext.tex

index 0045191d101e8ef149b3add0ed4059b07312aa3f..348f75a4699976f9f3f4cd90c3ec2ae515303029 100644 (file)
@@ -140,7 +140,7 @@ doesn't have to understand two different types of \C{} functions.)
 The \var{args} argument will be a pointer to a Python tuple object
 containing the arguments.  Each item of the tuple corresponds to an
 argument in the call's argument list.  The arguments are Python
-objects -- in order to do anything with them in our \C{} function we have
+objects --- in order to do anything with them in our \C{} function we have
 to convert them to \C{} values.  The function \code{PyArg_ParseTuple()}
 in the Python API checks the argument types and converts them to \C{}
 values.  It uses a template string to determine the required types of
@@ -666,7 +666,7 @@ be nested.
 \end{description}
 
 It is possible to pass Python long integers where integers are
-requested; however no proper range checking is done -- the most
+requested; however no proper range checking is done --- the most
 significant bits are silently truncated when the receiving field is
 too small to receive the value (actually, the semantics are inherited
 from downcasts in \C{} --- your milage may vary).
index 0045191d101e8ef149b3add0ed4059b07312aa3f..348f75a4699976f9f3f4cd90c3ec2ae515303029 100644 (file)
@@ -140,7 +140,7 @@ doesn't have to understand two different types of \C{} functions.)
 The \var{args} argument will be a pointer to a Python tuple object
 containing the arguments.  Each item of the tuple corresponds to an
 argument in the call's argument list.  The arguments are Python
-objects -- in order to do anything with them in our \C{} function we have
+objects --- in order to do anything with them in our \C{} function we have
 to convert them to \C{} values.  The function \code{PyArg_ParseTuple()}
 in the Python API checks the argument types and converts them to \C{}
 values.  It uses a template string to determine the required types of
@@ -666,7 +666,7 @@ be nested.
 \end{description}
 
 It is possible to pass Python long integers where integers are
-requested; however no proper range checking is done -- the most
+requested; however no proper range checking is done --- the most
 significant bits are silently truncated when the receiving field is
 too small to receive the value (actually, the semantics are inherited
 from downcasts in \C{} --- your milage may vary).