]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- update Tim's email address
authorFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 16:12:27 +0000 (16:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 16:12:27 +0000 (16:12 +0000)
- remove spurious blank lines

Doc/lib/libdifflib.tex

index 593416fb9516adc2bc8b5333da80ca5fd3d99487..299369307f2400b010d81d7b9f6ef76a1c042390 100644 (file)
@@ -3,8 +3,8 @@
 
 \declaremodule{standard}{difflib}
 \modulesynopsis{Helpers for computing differences between objects.}
-\moduleauthor{Tim Peters}{tim.one@home.com}
-\sectionauthor{Tim Peters}{tim.one@home.com}
+\moduleauthor{Tim Peters}{tim_one@users.sourceforge.net}
+\sectionauthor{Tim Peters}{tim_one@users.sourceforge.net}
 % LaTeXification by Fred L. Drake, Jr. <fdrake@acm.org>.
 
 \versionadded{2.1}
@@ -55,7 +55,6 @@
 \begin{funcdesc}{context_diff}{a, b\optional{, fromfile\optional{, tofile
        \optional{, fromfiledate\optional{, tofiledate\optional{, n
        \optional{, lineterm}}}}}}}
-
   Compare \var{a} and \var{b} (lists of strings); return a
   delta (a generator generating the delta lines) in context diff
   format.
@@ -188,7 +187,6 @@ emu
 \begin{funcdesc}{unified_diff}{a, b\optional{, fromfile\optional{, tofile
        \optional{, fromfiledate\optional{, tofiledate\optional{, n
        \optional{, lineterm}}}}}}}
-
   Compare \var{a} and \var{b} (lists of strings); return a
   delta (a generator generating the delta lines) in unified diff
   format.