diff options
author | Guido van Rossum <guido@python.org> | 1995-04-07 15:35:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-07 15:35:33 (GMT) |
commit | 7ec595702282453473615aec83778293bbb9eb47 (patch) | |
tree | c1c6241481354607658228956707be5f624cc067 | |
parent | 96044da6800acb294696211871bffd83bfb69d86 (diff) | |
download | cpython-7ec595702282453473615aec83778293bbb9eb47.zip cpython-7ec595702282453473615aec83778293bbb9eb47.tar.gz cpython-7ec595702282453473615aec83778293bbb9eb47.tar.bz2 |
typo bf should be \bf
-rw-r--r-- | Doc/ext.tex | 2 | ||||
-rw-r--r-- | Doc/ext/ext.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex index 7095bf8..4819124 100644 --- a/Doc/ext.tex +++ b/Doc/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. diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 7095bf8..4819124 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. |