@@ -206,31 +206,21 @@ always available.
206206 The struct sequence *flags * exposes the status of command line flags. The
207207 attributes are read only.
208208
209- +------------------------------+------------------------------------------+
210- | attribute | flag |
211- +==============================+==========================================+
212- | :const: `debug ` | -d |
213- +------------------------------+------------------------------------------+
214- | :const: `division_warning ` | -Q |
215- +------------------------------+------------------------------------------+
216- | :const: `inspect ` | -i |
217- +------------------------------+------------------------------------------+
218- | :const: `interactive ` | -i |
219- +------------------------------+------------------------------------------+
220- | :const: `optimize ` | -O or -OO |
221- +------------------------------+------------------------------------------+
222- | :const: `dont_write_bytecode ` | -B |
223- +------------------------------+------------------------------------------+
224- | :const: `no_user_site ` | -s |
225- +------------------------------+------------------------------------------+
226- | :const: `no_site ` | -S |
227- +------------------------------+------------------------------------------+
228- | :const: `ignore_environment ` | -E |
229- +------------------------------+------------------------------------------+
230- | :const: `verbose ` | -v |
231- +------------------------------+------------------------------------------+
232- | :const: `bytes_warning ` | -b |
233- +------------------------------+------------------------------------------+
209+ ============================= =============================
210+ attribute flag
211+ ============================= =============================
212+ :const: `debug ` :option: `-d `
213+ :const: `division_warning ` :option: `-Q `
214+ :const: `inspect ` :option: `-i `
215+ :const: `interactive ` :option: `-i `
216+ :const: `optimize ` :option: `-O ` or :option: `-OO `
217+ :const: `dont_write_bytecode ` :option: `-B `
218+ :const: `no_user_site ` :option: `-s `
219+ :const: `no_site ` :option: `-S `
220+ :const: `ignore_environment ` :option: `-E `
221+ :const: `verbose ` :option: `-v `
222+ :const: `bytes_warning ` :option: `-b `
223+ ============================= =============================
234224
235225
236226.. data :: float_info
0 commit comments