File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
addon/globalPlugins/MathCAT Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def pathToLanguagesFolder() -> str:
9595 r"""Returns the full path to the Languages rules folder.
9696
9797 The language rules are stored in:
98- MathCAT\Rules\Languages, relative to the location of this script .
98+ MathCAT\Rules\Languages, relative to the location of this file .
9999
100100 :return: Absolute path to the Languages folder as a string.
101101 """
@@ -106,7 +106,7 @@ def pathToBrailleFolder() -> str:
106106 r"""Returns the full path to the Braille rules folder.
107107
108108 The Braille rules are stored in:
109- ` MathCAT\Rules\Braille` .
109+ MathCAT\Rules\Braille, relative to the location of this file .
110110
111111 :return: Absolute path to the Braille folder as a string.
112112 """
You can’t perform that action at this time.
0 commit comments