<p>I am using Geany-1.27 and I started noticing the same issue when editing a python file. I could replicate the issue when editing a python class with a function definition inside. If you define a function but do not name it like this</p>

<div class="highlight highlight-source-python"><pre><span class="pl-k">def</span> (<span class="pl-v">self</span>, args)</pre></div>

<p>anytime you type anything else in the file, I get the warning in the terminal window. As soon as you complete the function name,</p>

<div class="highlight highlight-source-python"><pre><span class="pl-k">def</span> <span class="pl-en">function</span>(<span class="pl-smi"><span class="pl-smi">self</span></span>, <span class="pl-smi">args</span>):</pre></div>

<p>the warning stops printing to screen. The function does not have to be in a class. Hope this helps!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/357#issuecomment-243199923">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ8xWUYpiW_onHvxaWoNIa40ctFBsks5qkxwigaJpZM4CwWTi">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7I8vpoVDTMfZQfSluWut27LwLUAks5qkxwigaJpZM4CwWTi.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/357#issuecomment-243199923"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kjwein in #357: I am using Geany-1.27 and I started noticing the same issue when editing a python file. I could replicate the issue when editing a python class with a function definition inside. If you define a function but do not name it like this\r\n```python\r\ndef (self, args)\r\n```\r\nanytime you type anything else in the file, I get the warning in the terminal window. As soon as you complete the function name,\r\n\r\n```python\r\ndef function(self, args):\r\n```\r\n the warning stops printing to screen. The function does not have to be in a class. Hope this helps!"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/357#issuecomment-243199923"}}}</script>