Skip to content

Commit 25f95b5

Browse files
committed
Fix whitespace
1 parent 84241a2 commit 25f95b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_descr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3897,7 +3897,7 @@ def test_ipow_returns_not_implemented(self):
38973897
class A:
38983898
def __ipow__(self, other):
38993899
return NotImplemented
3900-
3900+
39013901
class B(A):
39023902
def __rpow__(self, other):
39033903
return 1

0 commit comments

Comments
 (0)