incorrect description of Python try / except

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: gweatherby@uchc.edu
Date: 2024-01-02T22:59:31Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/plpython-subtransaction.html
Description:

On page
https://www.postgresql.org/docs/current/plpython-subtransaction.html, 
Note that the use of try/catch is still required.
should read
Note that the use of try/except is still required.

Commits

  1. Doc: Python's control flow construct is try/except not try/catch.