Note about unconditional redeclarations

This commit is contained in:
Andrey Vlasovskikh
2013-09-03 18:46:11 +04:00
parent aa714041e1
commit 3e3ac10890
@@ -1,6 +1,6 @@
<html>
<body><span style="font-family: verdana,serif;">
This inspection detects redeclarations of names without being used in between, like this:<br/>
This inspection detects unconditional redeclarations of names without being used in between, like this:<br/>
<pre>def x(): pass
x = 2
</pre>