Skip to content

Commit 941816a

Browse files
committed
Remove trailing whitespace
1 parent fe86c40 commit 941816a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ is already executing raises a :exc:`ValueError` exception.
625625

626626
.. method:: generator.close()
627627

628-
Raises a :exc:`GeneratorExit` exception at the point where the generator
629-
function was paused (equivalent to calling ``throw(GeneratorExit)``).
628+
Raises a :exc:`GeneratorExit` exception at the point where the generator
629+
function was paused (equivalent to calling ``throw(GeneratorExit)``).
630630
The exception is raised by the yield expression where the generator was paused.
631631
If the generator function catches the exception and returns a
632632
value, this value is returned from :meth:`close`. If the generator function

0 commit comments

Comments
 (0)