Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d465b

Browse files
committed
Document -t flag.
1 parent 6135df6 commit 29d465b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Misc/python.man

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PYTHON "7 September, 1997"
1+
.TH PYTHON "10 April, 1998"
22
.SH NAME
33
python \- an interpreted, interactive, object-oriented programming language
44
.SH SYNOPSIS
@@ -16,6 +16,9 @@ python \- an interpreted, interactive, object-oriented programming language
1616
.B \-S
1717
]
1818
[
19+
.B \-t
20+
]
21+
[
1922
.B \-u
2023
]
2124
[
@@ -79,6 +82,11 @@ and the site-dependent manipulations of
7982
.I sys.path
8083
that it entails.
8184
.TP
85+
.B \-t
86+
Issue a warning when a source file mixes tabs and spaces for
87+
indentation in a way that makes it depend on the worth of a tab
88+
expressed in spaces. Issue an error when the option is given twice.
89+
.TP
8290
.B \-u
8391
Force stdin, stdout and stderr to be totally unbuffered.
8492
.TP

0 commit comments

Comments
 (0)