diff options
| author | Guido van Rossum <guido@python.org> | 1998-02-11 22:34:51 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:34:51 +0000 |
| commit | ee833cca7bc841a3f3c37e0c566922451dcc57c2 (patch) | |
| tree | d7a1316f143a9e9df416a580e78c33d596567060 /Doc/lib/libposixfile.tex | |
| parent | 8b0927eddc2d42c96906a03f6ec1159cb2ad7640 (diff) | |
| download | cpython-git-ee833cca7bc841a3f3c37e0c566922451dcc57c2.tar.gz | |
Don't break a long line at an unpleasant point.
Diffstat (limited to 'Doc/lib/libposixfile.tex')
| -rw-r--r-- | Doc/lib/libposixfile.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index 3b7c014928..3d1fad1297 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 |
