Skip to content

Commit

Permalink
Fix sphinxdoc warning in common_iot_skill.py
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed May 5, 2021
1 parent c6bc8db commit 1fd8f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mycroft/skills/common_iot_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ def can_handle(self, request: IoTRequest):
An IoTRequest contains several properties (see the
documentation for that class). This method should return
True if and only if this skill can take the appropriate
'action' when considering _all other properties
of the request_. In other words, a partial match, one in which
'action' when considering all other properties
of the request. In other words, a partial match, one in which
any piece of the IoTRequest is not known to this skill,
and is not None, this should return (False, None).
Expand Down

0 comments on commit 1fd8f0d

Please sign in to comment.