8000
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 c544093 commit 93d33b4Copy full SHA for 93d33b4
Doc/faq/design.rst
@@ -601,7 +601,7 @@ Why is there no goto?
601
---------------------
602
603
In the 1970s people realized that unrestricted goto could lead
604
-to messy "sphagetti" code that was hard to understand and revise.
+to messy "spaghetti" code that was hard to understand and revise.
605
In a high-level language, it is also unneeded as long as there
606
are ways to branch (in Python, with ``if`` statements and ``or``,
607
``and``, and ``if-else`` expressions) and loop (with ``while``
0 commit comments