[docs] Problem with Tab

Zachary Ware zachary.ware+pydocs at gmail.com
Tue Mar 26 21:38:53 EDT 2019


Hi,

On Tue, Mar 26, 2019 at 4:42 PM Zxenderock <zxenderock at gmail.com> wrote:
> Dear Python Development Team,
> I found that "\t" ot TAB is not a proper tab but combination of spaces due to which I am facing lot of problems.
>
> I think this should be improved.

Unfortunately, you're going to have to be a lot more specific about
what's going on before anything can be improved.  The string `"\t"`
really is a tab character; try `ord('\t')`.

-- 
Zach


More information about the docs mailing list