@@ -227,33 +227,22 @@ always available.
227227 The struct sequence *flags * exposes the status of command line flags. The
228228 attributes are read only.
229229
230- +------------------------------+------------------------------------------+
231- | attribute | flag |
232- +==============================+==========================================+
233- | :const: `debug ` | -d |
234- +------------------------------+------------------------------------------+
235- | :const: `division_warning ` | -Q |
236- +------------------------------+------------------------------------------+
237- | :const: `inspect ` | -i |
238- +------------------------------+------------------------------------------+
239- | :const: `interactive ` | -i |
240- +------------------------------+------------------------------------------+
241- | :const: `optimize ` | -O or -OO |
242- +------------------------------+------------------------------------------+
243- | :const: `dont_write_bytecode ` | -B |
244- +------------------------------+------------------------------------------+
245- | :const: `no_user_site ` | -s |
246- +------------------------------+------------------------------------------+
247- | :const: `no_site ` | -S |
248- +------------------------------+------------------------------------------+
249- | :const: `ignore_environment ` | -E |
250- +------------------------------+------------------------------------------+
251- | :const: `verbose ` | -v |
252- +------------------------------+------------------------------------------+
253- | :const: `bytes_warning ` | -b |
254- +------------------------------+------------------------------------------+
255- | :const: `quiet ` | -q |
256- +------------------------------+------------------------------------------+
230+ ============================= =============================
231+ attribute flag
232+ ============================= =============================
233+ :const: `debug ` :option: `-d `
234+ :const: `division_warning ` :option: `-Q `
235+ :const: `inspect ` :option: `-i `
236+ :const: `interactive ` :option: `-i `
237+ :const: `optimize ` :option: `-O ` or :option: `-OO `
238+ :const: `dont_write_bytecode ` :option: `-B `
239+ :const: `no_user_site ` :option: `-s `
240+ :const: `no_site ` :option: `-S `
241+ :const: `ignore_environment ` :option: `-E `
242+ :const: `verbose ` :option: `-v `
243+ :const: `bytes_warning ` :option: `-b `
244+ :const: `quiet ` :option: `-q `
245+ ============================= =============================
257246
258247 .. versionchanged :: 3.2
259248 Added ``quiet `` attribute for the new :option: `-q ` flag.
0 commit comments