Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ Control flow

``try`` blocks which are followed by ``except*`` clauses. The attributes are the
same as for :class:`Try` but the :class:`ExceptHandler` nodes in ``handlers``
are interpreted as ``except*`` blocks rather then ``except``.
are interpreted as ``except*`` blocks rather than ``except``.

.. doctest::

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
returned by the :func:`open` function. Their parameters are chosen as
follows:

* The encoding and error handling are is initialized from
* The encoding and error handling are initialized from
:c:member:`PyConfig.stdio_encoding` and :c:member:`PyConfig.stdio_errors`.

On Windows, UTF-8 is used for the console device. Non-character
Expand Down
Loading