Corrected typo

This commit is contained in:
Robert Sirre
2020-12-06 23:26:17 +01:00
parent a0637d5106
commit 32846ef1e7
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class Inkyimage(inkycal_module):
"""Displays an image from URL or local path
"""
name = "Inykcal Image - show an image from a URL or local path"
name = "Inkycal Image - show an image from a URL or local path"
requires = {

View File

@@ -2,7 +2,7 @@ import abc
from inkycal.custom import *
class inkycal_module(metaclass=abc.ABCMeta):
"""Generic base class for inykcal modules"""
"""Generic base class for inkycal modules"""
@classmethod
def __subclasshook__(cls, subclass):