fixed unsuported escape of * in docstring

This commit is contained in:
iLLiCiTiT 2020-06-02 18:02:09 +02:00
parent 852eaba5f0
commit 6c2907c1de

View file

@ -4,9 +4,9 @@ import os
def get_resource(*args):
""" Serves to simple resources access
:param \*args: should contain *subfolder* names and *filename* of
:param *args: should contain *subfolder* names and *filename* of
resource from resources folder
:type \*args: list
:type *args: list
"""
return os.path.normpath(
os.path.join(