Kaydet (Commit) ee833cca authored tarafından Guido van Rossum's avatar Guido van Rossum

Don't break a long line at an unpleasant point.

üst 8b0927ed
...@@ -53,8 +53,7 @@ The posixfile module defines the following functions: ...@@ -53,8 +53,7 @@ The posixfile module defines the following functions:
The posixfile object defines the following additional methods: The posixfile object defines the following additional methods:
\renewcommand{\indexsubitem}{(posixfile method)} \renewcommand{\indexsubitem}{(posixfile method)}
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start \begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}}
\optional{\, whence}}}}
Lock the specified section of the file that the file object is Lock the specified section of the file that the file object is
referring to. The format is explained referring to. The format is explained
below in a table. The \var{len} argument specifies the length of the below in a table. The \var{len} argument specifies the length of the
......
...@@ -53,8 +53,7 @@ The posixfile module defines the following functions: ...@@ -53,8 +53,7 @@ The posixfile module defines the following functions:
The posixfile object defines the following additional methods: The posixfile object defines the following additional methods:
\renewcommand{\indexsubitem}{(posixfile method)} \renewcommand{\indexsubitem}{(posixfile method)}
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start \begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}}
\optional{\, whence}}}}
Lock the specified section of the file that the file object is Lock the specified section of the file that the file object is
referring to. The format is explained referring to. The format is explained
below in a table. The \var{len} argument specifies the length of the below in a table. The \var{len} argument specifies the length of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment