From: Guido van Rossum Date: Wed, 11 Feb 1998 22:34:51 +0000 (+0000) Subject: Don't break a long line at an unpleasant point. X-Git-Tag: v1.5.1~806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee833cca7bc841a3f3c37e0c566922451dcc57c2;p=thirdparty%2FPython%2Fcpython.git Don't break a long line at an unpleasant point. --- diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index 3b7c01492852..3d1fad1297db 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -53,8 +53,7 @@ The posixfile module defines the following functions: The posixfile object defines the following additional methods: \renewcommand{\indexsubitem}{(posixfile method)} -\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start -\optional{\, whence}}}} +\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}} Lock the specified section of the file that the file object is referring to. The format is explained below in a table. The \var{len} argument specifies the length of the diff --git a/Doc/libposixfile.tex b/Doc/libposixfile.tex index 3b7c01492852..3d1fad1297db 100644 --- a/Doc/libposixfile.tex +++ b/Doc/libposixfile.tex @@ -53,8 +53,7 @@ The posixfile module defines the following functions: The posixfile object defines the following additional methods: \renewcommand{\indexsubitem}{(posixfile method)} -\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start -\optional{\, whence}}}} +\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}} Lock the specified section of the file that the file object is referring to. The format is explained below in a table. The \var{len} argument specifies the length of the