]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Protect '&' signs with '\' in description of PyNumber_Coerce.
authorGuido van Rossum <guido@python.org>
Fri, 27 Sep 1996 17:28:03 +0000 (17:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Sep 1996 17:28:03 +0000 (17:28 +0000)
Doc/extref.tex

index 75485c6290297843865c4f3853fce683af8fb4ae..d93eb166bc65eede3ebfcd77c30260fd166e2509 100644 (file)
@@ -366,7 +366,7 @@ From the viewpoint of of C access to Python services, we have:
          reference counts), and return 0.
          If no conversion is possible, or if some other error occurs,
          return -1 (failure) and don't increment the reference counts.
-         The call \code{PyNumber_Coerce(&o1, &o2)} is equivalent to the Python
+         The call \code{PyNumber_Coerce(\&o1, \&o2)} is equivalent to the Python
          statement \code{o1, o2 = coerce(o1, o2)}.
      \end{cfuncdesc}