Change "irregardless" to "regardless" (#603)

Most dictionaries list it as nonstandard or incorrect usage, and recommend that "regardless" be used instead.
This commit is contained in:
Recursing 2018-04-02 20:40:37 +02:00 committed by Brett Cannon
parent 45c20dac35
commit d8f315b81a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Abstract
Add a new "UTF-8 Mode" to enhance Python's use of UTF-8. When UTF-8 Mode
is active, Python will:
* use the ``utf-8`` encoding, irregardless of the locale currently set by
* use the ``utf-8`` encoding, regardless of the locale currently set by
the current platform, and
* change the ``stdin`` and ``stdout`` error handlers to
``surrogateescape``.