mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
gh-48496: Added example and link to faq for UnboundLocalError in reference (GH-93068)
(cherry picked from commit f3db68e6e6
)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
1e0631e5ba
commit
1fa4c6bd1f
2 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,8 @@ Yes. The coding style required for standard library modules is documented as
|
|||
Core Language
|
||||
=============
|
||||
|
||||
.. _faq-unboundlocalerror:
|
||||
|
||||
Why am I getting an UnboundLocalError when the variable has a value?
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue