We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8547a3a commit 8ae50bbCopy full SHA for 8ae50bb
graalpython/lib-graalpython/itertools.py
@@ -486,4 +486,4 @@ def _grouper(self, tgtkey):
486
while self._currkey == tgtkey:
487
yield self._currvalue
488
self._currvalue = next(self._iter) # Exit on StopIteration
489
- self._currkey = self._keyfunc(self._currvalue)
+ self._currkey = self._keyfunc(self._currvalue)
0 commit comments