Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2c6ef8

Browse files
committed
Change {\em ...} to \emph{...}; this seems to be the developing preference
throughout the manuals, and seems easier to read.
1 parent 616b23b commit b2c6ef8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
language. It supports a wide range of applications, from simple text
2727
processing scripts to interactive WWW browsers.
2828

29-
While the {\em Python Reference Manual} describes the exact syntax and
29+
While the \emph{Python Reference Manual} describes the exact syntax and
3030
semantics of the language, it does not describe the standard library
3131
that is distributed with the language, and which greatly enhances its
3232
immediate usability. This library contains built-in modules (written
@@ -46,9 +46,9 @@
4646
documented in the Reference Manual.
4747

4848
This manual assumes basic knowledge about the Python language. For an
49-
informal introduction to Python, see the {\em Python Tutorial}; the
49+
informal introduction to Python, see the \emph{Python Tutorial}; the
5050
Python Reference Manual remains the highest authority on syntactic and
51-
semantic questions. Finally, the manual entitled {\em Extending and
51+
semantic questions. Finally, the manual entitled \emph{Extending and
5252
Embedding the Python Interpreter} describes how to add new extensions
5353
to Python and how to embed it in other applications.
5454

Doc/lib/lib.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
language. It supports a wide range of applications, from simple text
2727
processing scripts to interactive WWW browsers.
2828

29-
While the {\em Python Reference Manual} describes the exact syntax and
29+
While the \emph{Python Reference Manual} describes the exact syntax and
3030
semantics of the language, it does not describe the standard library
3131
that is distributed with the language, and which greatly enhances its
3232
immediate usability. This library contains built-in modules (written
@@ -46,9 +46,9 @@
4646
documented in the Reference Manual.
4747

4848
This manual assumes basic knowledge about the Python language. For an
49-
informal introduction to Python, see the {\em Python Tutorial}; the
49+
informal introduction to Python, see the \emph{Python Tutorial}; the
5050
Python Reference Manual remains the highest authority on syntactic and
51-
semantic questions. Finally, the manual entitled {\em Extending and
51+
semantic questions. Finally, the manual entitled \emph{Extending and
5252
Embedding the Python Interpreter} describes how to add new extensions
5353
to Python and how to embed it in other applications.
5454

0 commit comments

Comments
 (0)