Skip to content

Commit c0f800d

Browse files
author
MomIsBestFriend
committed
Removed uppercase "MSG" from docs and replaced it with lowercase "msg"
1 parent 9341623 commit c0f800d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/validate_string_concatenation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def strings_to_concatenate(
113113
Source file path.
114114
line_number : int
115115
Line number of unconcatenated string.
116-
MSG : str
116+
msg : str
117117
Explenation of the error.
118118
119119
Notes
@@ -166,7 +166,7 @@ def strings_with_wrong_placed_space(
166166
Source file path.
167167
line_number : int
168168
Line number of unconcatenated string.
169-
MSG : str
169+
msg : str
170170
Explenation of the error.
171171
"""
172172
with open(source_path, "r") as file_name:
@@ -219,7 +219,7 @@ def bare_pytest_raises(source_path: str) -> Generator[Tuple[str, int, str], None
219219
Source file path.
220220
line_number : int
221221
Line number of unconcatenated string.
222-
MSG : str
222+
msg : str
223223
Explenation of the error.
224224
225225
Notes

0 commit comments

Comments
 (0)