Skip to content

Commit 58a8b24

Browse files
committed
fix stray whitespace
1 parent 5eb27d8 commit 58a8b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/tests/test_dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def instmeth(self, x: float):
219219
#
220220
# See discussions on interaction between `@staticmethod` and `super` in Python:
221221
# https://bugs.python.org/issue31118
222-
# https://stackoverflow.com/questions/26788214/super-and-staticmethod-interaction/26807879
222+
# https://stackoverflow.com/questions/26788214/super-and-staticmethod-interaction/26807879
223223
test[tt2.staticmeth(3.14) == "float 6.28"] # this is available on `tt2`
224224
test_raises[TypeError, tt2.staticmeth("hi")] # but this is not (no MRO)
225225
test_raises[TypeError, tt2.staticmeth(21)]

0 commit comments

Comments
 (0)