Skip to content

Commit

Permalink
doc: tweaks to modules/console.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Mar 23, 2018
1 parent 90448cb commit 0ccd8cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kivy/modules/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ def update_fps(self, *args):
Console.register_addon(ConsoleAddonFps)
You can create addon that adds panels. Panel activation/deactivation are not
tied to the addon activation/deactivation, but on some cases, you can use the
same callback for deactivating the addon and the panel. Here is a simple About
panel addon::
You can create addons that add panels. Panel activation/deactivation is not
tied to the addon activation/deactivation, but in some cases, you can use the
same callback for deactivating the addon and the panel. Here is a simple
"About" panel addon::
from kivy.modules.console import Console, ConsoleAddon, ConsoleLabel
Expand Down

0 comments on commit 0ccd8cc

Please sign in to comment.