Skip to content

Commit 9c1be92

Browse files
committed
Merge pull request #46 from drgarcia1986/master
fix pep 234 link in performance/iteritems page
2 parents 23997dc + e009ca9 commit 9c1be92

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)