From: Guido van Rossum Date: Mon, 17 Dec 2001 16:07:06 +0000 (+0000) Subject: Don't use Latex \code{...} in docstrings. X-Git-Tag: v2.2.1c1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=facf24bdc7b292029b3e611d241feee157cda4c4;p=python Don't use Latex \code{...} in docstrings. --- diff --git a/Lib/site.py b/Lib/site.py index 6b6b3ca9df..09043a8b4a 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -23,7 +23,7 @@ A path configuration file is a file whose name has the form to be added to sys.path. Non-existing directories (or non-directories) are never added to sys.path; no directory is added to sys.path more than once. Blank lines and lines beginning with -\code{#} are skipped. Lines starting with \code{import} are executed. +'#' are skipped. Lines starting with 'import' are executed. For example, suppose sys.prefix and sys.exec_prefix are set to /usr/local and there is a directory /usr/local/lib/python1.5/site-packages