aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/bug_1313.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/bug_1313.py')
-rw-r--r--sources/pyside6/tests/QtCore/bug_1313.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtCore/bug_1313.py b/sources/pyside6/tests/QtCore/bug_1313.py
index a80c81cc8..d384b44ba 100644
--- a/sources/pyside6/tests/QtCore/bug_1313.py
+++ b/sources/pyside6/tests/QtCore/bug_1313.py
@@ -67,7 +67,7 @@ def demo_generator():
my_qobject = MyQObject()
my_qobject.sig.connect(lambda: None)
return
- yield # to make it a generator
+ yield # to make it a generator
class GeneratorRaisesStopIterationTestCase(unittest.TestCase):