Skip to content

Commit 8283ad0

Browse files
committed
Remove unnecessary docstring part
1 parent d2c5996 commit 8283ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manimShell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ export class ManimShell {
651651
* we are not able to send a keyboard interrupt anymore. Therefore,
652652
* ManimGL will take a few seconds to actually close its window. When
653653
* the user employs our "Quit preview" command instead, the preview will
654-
* be closed immediately, so that one is preferred.
654+
* be closed immediately.
655655
*/
656656
window.onDidCloseTerminal(async (terminal: Terminal) => {
657657
if (terminal !== this.activeShell) {

0 commit comments

Comments
 (0)