Skip to content

Commit ec3d279

Browse files
committed
(Fix copy&pasted duplication)
1 parent 21f7595 commit ec3d279

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/backports/weakref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
finalize (new in Python 3.4)
55
6-
Backport modifications are marked with marked with "XXX backport".
6+
Backport modifications are marked with "XXX backport".
77
"""
88
from __future__ import absolute_import
99

tests/script_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This should contain everything needed to run test_weakref.
55
6-
Backport modifications are marked with marked with "XXX backport".
6+
Backport modifications are marked with "XXX backport".
77
"""
88
import collections
99
import os

tests/test_weakref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
FinalizeTestCase
55
6-
Backport modifications are marked with marked with "XXX backport".
6+
Backport modifications are marked with "XXX backport".
77
"""
88
from __future__ import print_function
99

0 commit comments

Comments
 (0)