Skip to content

Commit

Permalink
Removing 'r' as a documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed May 1, 2018
1 parent ae1673f commit 9948a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tk_tools/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Grid(ttk.Frame):
padding = 3

r"""
"""
Creates a grid of widgets (intended to be subclassed).
:param parent: the tk parent element of this frame
Expand Down Expand Up @@ -90,7 +90,7 @@ def clear(self):


class LabelGrid(Grid):
r"""
"""
A table-like display widget.
:param parent: the tk parent element of this frame
Expand Down

0 comments on commit 9948a70

Please sign in to comment.