@@ -239,33 +239,22 @@ always available.
239239 The struct sequence *flags * exposes the status of command line flags. The
240240 attributes are read only.
241241
242- +------------------------------+------------------------------------------+
243- | attribute | flag |
244- +==============================+==========================================+
245- | :const: `debug ` | -d |
246- +------------------------------+------------------------------------------+
247- | :const: `division_warning ` | -Q |
248- +------------------------------+------------------------------------------+
249- | :const: `inspect ` | -i |
250- +------------------------------+------------------------------------------+
251- | :const: `interactive ` | -i |
252- +------------------------------+------------------------------------------+
253- | :const: `optimize ` | -O or -OO |
254- +------------------------------+------------------------------------------+
255- | :const: `dont_write_bytecode ` | -B |
256- +------------------------------+------------------------------------------+
257- | :const: `no_user_site ` | -s |
258- +------------------------------+------------------------------------------+
259- | :const: `no_site ` | -S |
260- +------------------------------+------------------------------------------+
261- | :const: `ignore_environment ` | -E |
262- +------------------------------+------------------------------------------+
263- | :const: `verbose ` | -v |
264- +------------------------------+------------------------------------------+
265- | :const: `bytes_warning ` | -b |
266- +------------------------------+------------------------------------------+
267- | :const: `quiet ` | -q |
268- +------------------------------+------------------------------------------+
242+ ============================= =============================
243+ attribute flag
244+ ============================= =============================
245+ :const: `debug ` :option: `-d `
246+ :const: `division_warning ` :option: `-Q `
247+ :const: `inspect ` :option: `-i `
248+ :const: `interactive ` :option: `-i `
249+ :const: `optimize ` :option: `-O ` or :option: `-OO `
250+ :const: `dont_write_bytecode ` :option: `-B `
251+ :const: `no_user_site ` :option: `-s `
252+ :const: `no_site ` :option: `-S `
253+ :const: `ignore_environment ` :option: `-E `
254+ :const: `verbose ` :option: `-v `
255+ :const: `bytes_warning ` :option: `-b `
256+ :const: `quiet ` :option: `-q `
257+ ============================= =============================
269258
270259 .. versionchanged :: 3.2
271260 Added ``quiet `` attribute for the new :option: `-q ` flag.
0 commit comments