Skip to content

Commit 57a4601

Browse files
committed
Fix typo
1 parent b1dd09d commit 57a4601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/src/interpreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class OutputCtxManager:
370370
self._append = append
371371
372372
def change(self, out=None, err=None, output_to_console=True, append=True):
373-
self._prevt = self._out
373+
self._prev = self._out
374374
self._out = out
375375
self.output_to_console = output_to_console
376376
self._append = append

0 commit comments

Comments
 (0)