Skip to content

Commit

Permalink
Small documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Feb 28, 2019
1 parent 6aa0386 commit 5eca164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masterkeys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def detect_devices():
"""
Detect supported connected devices and return a tuple of models
:return: Tuple of integers (:class:``.Model``)
:return: Tuple of integers (:class:`.Model`)
:rtype: Tuple[int, ...]
:raises: ``RuntimeError`` upon internal Python error
"""
Expand Down Expand Up @@ -239,7 +239,7 @@ def set_all_led_color_dict(keys):
:param keys: Dictionary containing key color data
:type keys: Dict[Tuple[int, int], Tuple[int, int, int]]
:return: Result code (:class:``.ResultCode``)
:return: Result code (:class:`.ResultCode`)
:rtype: int
"""
layout = build_layout_list()
Expand Down

0 comments on commit 5eca164

Please sign in to comment.