Skip to content

Commit a707f29

Browse files
committed
python#17719: fix incorrect version number in deprecation doc.
Patch by Kent Johnson.
1 parent 8e37d5d commit a707f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Command line usage:
340340
script name is -, no script is executed but an interactive Python
341341
session is started; the arguments are still available in sys.argv.
342342

343-
Running without a subprocess: (DEPRECATED in Python 3.5 see Issue 16123)
343+
Running without a subprocess: (DEPRECATED in Python 3.4 see Issue 16123)
344344

345345
If IDLE is started with the -n command line switch it will run in a
346346
single process and will not create the subprocess which runs the RPC

0 commit comments

Comments
 (0)