Skip to content

Commit

Permalink
Object Explorer: Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Mar 17, 2019
1 parent bb87bd9 commit 89058ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _setup_actions(self):
QAction(_("Show callable attributes"), self, checkable=True,
shortcut=QKeySequence("Alt+C"),
statusTip=_("Shows/hides attributes "
"that are callable (functions, methods, etc)"))
"that are callable (functions, methods, etc)"))
self.toggle_callable_action.toggled.connect(
self._proxy_tree_model.setShowCallables)

Expand Down

0 comments on commit 89058ea

Please sign in to comment.