We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a332 commit 233f58fCopy full SHA for 233f58f
Doc/faq/design.rst
@@ -600,7 +600,7 @@ Why is there no goto?
600
---------------------
601
602
In the 1970s people realized that unrestricted goto could lead
603
-to messy "sphagetti" code that was hard to understand and revise.
+to messy "spaghetti" code that was hard to understand and revise.
604
In a high-level language, it is also unneeded as long as there
605
are ways to branch (in Python, with ``if`` statements and ``or``,
606
``and``, and ``if-else`` expressions) and loop (with ``while``
0 commit comments