mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Lighten up tables.
This commit is contained in:
parent
17e564042d
commit
ee60191d1d
26 changed files with 49 additions and 63 deletions
|
@ -129,7 +129,7 @@ Convert a tuple representing a time as returned by \code{gmtime()} or
|
|||
The following directives, shown without the optional field width and
|
||||
precision specification, are replaced by the indicated characters:
|
||||
|
||||
\begin{tableii}{|c|p{24em}|}{code}{Directive}{Meaning}
|
||||
\begin{tableii}{c|p{24em}}{code}{Directive}{Meaning}
|
||||
\lineii{\%a}{Locale's abbreviated weekday name.}
|
||||
\lineii{\%A}{Locale's full weekday name.}
|
||||
\lineii{\%b}{Locale's abbreviated month name.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue