Skip to content

Commit a05a20f

Browse files
Shorten doc lines
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 7626a5b commit a05a20f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ Deletion of a target list recursively deletes each target, from left to right.
465465

466466
Deletion of a name removes the binding of that name from the local or global
467467
namespace, depending on whether the name occurs in a :keyword:`global` statement
468-
in the same code block. Trying to delete an unbound name raises a :exc:`NameError` exception.
468+
in the same code block. Trying to delete an unbound name raises a
469+
:exc:`NameError` exception.
469470

470471
.. index:: pair: attribute; deletion
471472

0 commit comments

Comments
 (0)