Let’s keep “throw” for the generator method and use “raise” elsewhere.
diff --git a/Doc/library/parser.rst b/Doc/library/parser.rst
index ad336d3..3e1e31b 100644
--- a/Doc/library/parser.rst
+++ b/Doc/library/parser.rst
@@ -268,7 +268,7 @@
will only need to be aware of the simple string values.
Note that the functions :func:`compilest`, :func:`expr`, and :func:`suite` may
-raise exceptions which are normally thrown by the parsing and compilation
+raise exceptions which are normally raised by the parsing and compilation
process. These include the built in exceptions :exc:`MemoryError`,
:exc:`OverflowError`, :exc:`SyntaxError`, and :exc:`SystemError`. In these
cases, these exceptions carry all the meaning normally associated with them.