mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
Two grammar fixes
This commit is contained in:
parent
e694e00ee1
commit
fced90835c
1 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ Miscellaneous options
|
|||
the remaining fields. Empty fields match all values; trailing empty fields
|
||||
may be omitted. The *message* field matches the start of the warning message
|
||||
printed; this match is case-insensitive. The *category* field matches the
|
||||
warning category. This must be a class name; the match test whether the
|
||||
warning category. This must be a class name; the match tests whether the
|
||||
actual warning category of the message is a subclass of the specified warning
|
||||
category. The full class name must be given. The *module* field matches the
|
||||
(fully-qualified) module name; this match is case-sensitive. The *line*
|
||||
|
|
@ -554,7 +554,7 @@ These environment variables influence Python's behavior.
|
|||
|
||||
.. envvar:: PYTHONWARNINGS
|
||||
|
||||
This is the equivalent to the :option:`-W` option. If set to a comma
|
||||
This is equivalent to the :option:`-W` option. If set to a comma
|
||||
separated string, it is equivalent to specifying :option:`-W` multiple
|
||||
times.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue