From 7b31e7d2b1f562053fe13f395994a965af951a3c Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:53:43 +0100 Subject: [PATCH] ptpython: add Dutch translation (#11802) --- pages.nl/common/ptpython.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages.nl/common/ptpython.md diff --git a/pages.nl/common/ptpython.md b/pages.nl/common/ptpython.md new file mode 100644 index 000000000..fcc1a53fe --- /dev/null +++ b/pages.nl/common/ptpython.md @@ -0,0 +1,32 @@ +# ptpython + +> Een betere Python REPL. +> Meer informatie: . + +- Start een REPL (interactieve shell): + +`ptpython` + +- Voer een specifiek Python bestand uit: + +`ptpython {{pad/naar/bestand.py}}` + +- Voer een specfiek Python bestand uit en start een REPL: + +`ptpython -i {{pad/naar/bestand.py}}` + +- Open het menu: + +`F2` + +- Open de geschiedenis pagina: + +`F3` + +- Wissel de plak modus: + +`F6` + +- Sluit af: + +`Ctrl + D`