| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -125,7 +125,7 @@ used, an :exc:`UnboundLocalError` exception is raised. | |||
| 125 | 125 | If a name binding operation occurs anywhere within a code block, all uses of the | |
| 126 | 126 | name within the block are treated as references to the current block. This can | |
| 127 | 127 | lead to errors when a name is used within a block before it is bound. This rule | |
| 128 | - is subtle. Python lacks declarations and allows name binding operations to | ||
| 128 | + is subtle. Python lacks declarations and allows name binding operations to | ||
| 129 | 129 | occur anywhere within a code block. The local variables of a code block can be | |
| 130 | 130 | determined by scanning the entire text of the block for name binding operations. | |
| 131 | 131 | See :ref:`the FAQ entry on UnboundLocalError <faq-unboundlocalerror>` for some | |
| Back | FazBrowse Home | New Git URL |
0 commit comments