Skip to content

Commit 8d41b8f

Browse files
Add a missing question mark to title
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 7928a97 commit 8d41b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/faq/programming.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,8 @@ into a list.
12271227

12281228

12291229
How do you remove multiple items from a list
1230-
--------------------------------------------
1230+
How do you remove multiple items from a list?
1231+
---------------------------------------------
12311232

12321233
As with removing duplicates, explicitly iterating in reverse with a
12331234
delete condition is one possibility. However, it is easier and faster

0 commit comments

Comments
 (0)