We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a96cd commit b3f2386Copy full SHA for b3f2386
1 file changed
Notes/06_Generators/01_Iteration_protocol.md
@@ -1,4 +1,4 @@
1
-[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Classes_objects/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)
+[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Object_model/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)
2
3
# 6.1 Iteration Protocol
4
@@ -314,4 +314,4 @@ Python normally work. For container objects, supporting iteration,
314
indexing, containment, and other kinds of operators is an important
315
part of this.
316
317
0 commit comments