]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo bf should be \bf
authorGuido van Rossum <guido@python.org>
Fri, 7 Apr 1995 15:35:33 +0000 (15:35 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Apr 1995 15:35:33 +0000 (15:35 +0000)
Doc/ext.tex
Doc/ext/ext.tex

index 7095bf8f6891cd25ca1d8d1061594b7e41f9fe6a..48191246fd9c002a88b1265ea60325c23937a02a 100644 (file)
@@ -1325,7 +1325,7 @@ along the Python module search path.
 
 \subsection{SGI IRIX 4 Dynamic Loading}
 
-{bf IMPORTANT:} You must compile your extension module with the
+{\bf IMPORTANT:} You must compile your extension module with the
 additional C flag \samp{-G0} (or \samp{-G 0}).  This instruct the
 assembler to generate position-independent code.
 
index 7095bf8f6891cd25ca1d8d1061594b7e41f9fe6a..48191246fd9c002a88b1265ea60325c23937a02a 100644 (file)
@@ -1325,7 +1325,7 @@ along the Python module search path.
 
 \subsection{SGI IRIX 4 Dynamic Loading}
 
-{bf IMPORTANT:} You must compile your extension module with the
+{\bf IMPORTANT:} You must compile your extension module with the
 additional C flag \samp{-G0} (or \samp{-G 0}).  This instruct the
 assembler to generate position-independent code.