Skip to content

Commit e009ca9

Browse files
committed
fix pep 0234 link in performance/iteritems page
1 parent 23997dc commit e009ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance/not_using_iteritems_to_iterate_large_dict.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The updated code below uses ``iteritems()`` instead of ``items()`` method. Note
3434
3535
References
3636
----------
37-
- `PEP 234 Iterators <https://www.python.org/dev/peps/pep-0234://www.python.org/dev/peps/pep-0234/>`_
37+
- `PEP 234 Iterators <https://www.python.org/dev/peps/pep-0234/>`_

0 commit comments

Comments
 (0)