summaryrefslogtreecommitdiff
path: root/Doc/ext
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/ext.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 7095bf8f68..48191246fd 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -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.