Corrected typo
This commit is contained in:
@@ -40,7 +40,7 @@ available_fonts = [key for key,values in fonts.items()]
|
||||
def get_fonts():
|
||||
"""Print all available fonts by name.
|
||||
|
||||
Searches the /font folder in Inykcal and displays all fonts found in
|
||||
Searches the /font folder in Inkycal and displays all fonts found in
|
||||
there.
|
||||
|
||||
Returns:
|
||||
|
@@ -639,7 +639,7 @@ class Inkycal:
|
||||
else:
|
||||
print('found, removing')
|
||||
|
||||
# Create a memory backup of inykcal init file
|
||||
# Create a memory backup of inkycal init file
|
||||
with open(f"{top_level}/inkycal/__init__.py", mode ='r') as file:
|
||||
inkycal_init = file.read().splitlines()
|
||||
|
||||
|
@@ -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 = {
|
||||
|
||||
|
@@ -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):
|
||||
|
Reference in New Issue
Block a user