@@ -102,15 +102,15 @@ \section{Standard Module \module{posixfile}}
102102Format characters for the \method {lock()} method have the following
103103meaning:
104104
105- \begin {tableii }{| c|l| }{samp}{Format}{Meaning}
105+ \begin {tableii }{c|l}{samp}{Format}{Meaning}
106106 \lineii {u}{unlock the specified region}
107107 \lineii {r}{request a read lock for the specified section}
108108 \lineii {w}{request a write lock for the specified section}
109109\end {tableii }
110110
111111In addition the following modifiers can be added to the format:
112112
113- \begin {tableiii }{| c|l|c| }{samp}{Modifier}{Meaning}{Notes}
113+ \begin {tableiii }{c|l|c}{samp}{Modifier}{Meaning}{Notes}
114114 \lineiii {|}{wait until the lock has been granted}{}
115115 \lineiii {?}{return the first lock conflicting with the requested lock, or
116116 \code {None} if there is no conflict.}{(1)}
@@ -126,7 +126,7 @@ \section{Standard Module \module{posixfile}}
126126Format characters for the \method {flags()} method have the following
127127meanings:
128128
129- \begin {tableii }{| c|l| }{samp}{Format}{Meaning}
129+ \begin {tableii }{c|l}{samp}{Format}{Meaning}
130130 \lineii {a}{append only flag}
131131 \lineii {c}{close on exec flag}
132132 \lineii {n}{no delay flag (also called non-blocking flag)}
@@ -135,7 +135,7 @@ \section{Standard Module \module{posixfile}}
135135
136136In addition the following modifiers can be added to the format:
137137
138- \begin {tableiii }{| c|l|c| }{samp}{Modifier}{Meaning}{Notes}
138+ \begin {tableiii }{c|l|c}{samp}{Modifier}{Meaning}{Notes}
139139 \lineiii {!}{turn the specified flags 'off' , instead of the default 'on' }{(1)}
140140 \lineiii {=}{replace the flags, instead of the default 'OR' operation}{(1)}
141141 \lineiii {?}{return a string in which the characters represent the flags that
0 commit comments