diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html index e68bbd4..26fb852 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html @@ -6,7 +6,7 @@ <meta name="author" content="nsfisis"> <meta name="copyright" content="© 2021 nsfisis"> <meta name="description" content="Python における UnboundLocalError の理由と対処法。"> - <meta name="keywords" content="Python,Python 3"> + <meta name="keywords" content="Python"> <meta property="og:type" content="article"> <meta property="og:title" content="【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment|REPL: Rest-Eat-Program Loop"> <meta property="og:description" content="Python における UnboundLocalError の理由と対処法。"> @@ -47,9 +47,6 @@ <li class="tag"> <a class="tag-inner" href="/tags/python/">Python</a> </li> - <li class="tag"> - <a class="tag-inner" href="/tags/python3/">Python 3</a> - </li> </ul> </header> <div class="post-content"> |
