Skip to content

Issue 1086 Create pull-requests to python-anti-patterns with links to our docs #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update mutable_default_value_as_argument.html
  • Loading branch information
madalynbartman authored Aug 30, 2024
commit 6e3a54b06b8872519a4ef7c13ff1a055281aaa1c
4 changes: 2 additions & 2 deletions docs/correctness/mutable_default_value_as_argument.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3>Use a sentinel value to denote an empty list or dictionary<a class="headerli
<div class="section" id="references">
<h2>References<a class="headerlink" href="#references" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p>PyLint - W0102, dangerous-default-value</p></li>
<li><p><a class="reference external" href="https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/dangerous-default-value.html">PyLint - W0102, dangerous-default-value</a></p></li>
<li><p><a class="reference external" href="http://stackoverflow.com/questions/101268/hidden-features-of-python#113198">Stack Overflow - Hidden Features of Python</a></p></li>
</ul>
</div>
Expand Down Expand Up @@ -251,4 +251,4 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>

</body>
</html>
</html>