]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
markup correction
authorFred Drake <fdrake@acm.org>
Tue, 17 Feb 2004 04:17:36 +0000 (04:17 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Feb 2004 04:17:36 +0000 (04:17 +0000)
Doc/api/newtypes.tex

index 5b2e6cf7877d48743b1a975961eee9aba6a0f458..1490eedec8338128407f6491ba2e33f4fb11d0b1 100644 (file)
@@ -1396,7 +1396,7 @@ might be collected by a garbage collection on any thread).  This is
 not a problem for Python API calls, since the thread on which
 tp_dealloc is called will own the Global Interpreter Lock (GIL).
 However, if the object being destroyed in turn destroys objects from
-some other C or C++ library, care should be taken to ensure that
+some other C or \Cpp{} library, care should be taken to ensure that
 destroying those objects on the thread which called tp_dealloc will
 not violate any assumptions of the library.