summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/variables.py')
-rw-r--r--pylint/checkers/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py
index 784568ddd..5b1bce930 100644
--- a/pylint/checkers/variables.py
+++ b/pylint/checkers/variables.py
@@ -287,7 +287,7 @@ MSGS = {
"E0601": (
"Using variable %r before assignment",
"used-before-assignment",
- "Used when a local variable is accessed before it's assignment.",
+ "Used when a local variable is accessed before its assignment.",
),
"E0602": (
"Undefined variable %r",