Skip to content

Commit 0cdcdde

Browse files
authored
Apply suggestions from code review
1 parent dcad9f4 commit 0cdcdde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/globalPlugins/MathCAT/MathCATPreferences.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)