Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 10, 2017
1 parent c6adeb4 commit cfc8362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blackmamba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _register_default_key_commands():
(UIKeyInput.downArrow, UIKeyModifier.control,
source.page_down),
('W', UIKeyModifier.control,
overlay.dismiss_active_overlay)
overlay.dismiss_active_overlay)
]

for command in commands:
Expand Down
4 changes: 2 additions & 2 deletions blackmamba/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@
-------------
Defaults:
.. code-block:: python
'documentation': {
'reuse': True,
'frame': (630, 110, 730, 350)
}
Same overlay view is used for consequent show documentation calls if
``reuse`` is set to ``True``. Otherwise multiple overlays appear in
consequent show documentation calls, but if symbol's fully qualified name
Expand Down

0 comments on commit cfc8362

Please sign in to comment.