Skip to content

Commit

Permalink
update link for :class: role
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Sep 25, 2019
1 parent a3f5e33 commit 765ba35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msl/examples/qt/button.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
A :class:`~msl.qt.button.Button` example.
A :class:`~msl.qt.widget.button.Button` example.
"""
from msl.qt import application, Button

Expand Down
2 changes: 1 addition & 1 deletion msl/examples/qt/logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Example to show the :class:`Logger <msl.qt.logger.Logger>`.
Example to show the :class:`~msl.qt.widgets.logger.Logger`.
"""
import random
import logging
Expand Down

0 comments on commit 765ba35

Please sign in to comment.