Skip to content

Commit 043306b

Browse files
authored
PEP 344: Resolve dangling hyphens (#3348)
1 parent 8b7a346 commit 043306b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0344.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ exception, the exception must be retained implicitly. To support intentional
8585
translation of an exception, there must be a way to chain exceptions
8686
explicitly. This PEP addresses both.
8787

88-
Several attribute names for chained exceptions have been suggested on Python-
89-
Dev [2]_, including ``cause``, ``antecedent``, ``reason``, ``original``,
88+
Several attribute names for chained exceptions have been suggested on
89+
Python-Dev [2]_, including ``cause``, ``antecedent``, ``reason``, ``original``,
9090
``chain``, ``chainedexc``, ``xc_chain``, ``excprev``, ``previous`` and
9191
``precursor``. For an explicitly chained exception, this PEP suggests
9292
``__cause__`` because of its specific meaning. For an implicitly chained

0 commit comments

Comments
 (0)