diff --git a/adafruit_display_shapes/roundrect.py b/adafruit_display_shapes/roundrect.py index 1b4402b..0fca3d2 100755 --- a/adafruit_display_shapes/roundrect.py +++ b/adafruit_display_shapes/roundrect.py @@ -20,10 +20,10 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. """ -`rect` +`roundrect` ================================================================================ -Various common shapes for use with displayio - Rectangle shape! +Various common shapes for use with displayio - Rounded Rectangle shape! * Author(s): Limor Fried