mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-31 13:26:12 +00:00
fix grammar
This commit is contained in:
parent
0a7faff2b9
commit
0ec3741ef8
10 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
|
||||
class LazyLogger(object):
|
||||
"""`helper.loghandler.getLogger()` is used everywhere.
|
||||
This class helps avoiding import errors.
|
||||
This class helps to avoid import errors.
|
||||
"""
|
||||
__logger = None
|
||||
__logger_name = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue