身份不明的Python缩进错误

时间:2015-03-02 18:42:18

标签: python

我在Sublime和PyCharm中得到IndentationError: expected an indented block,我不知道这个bug在哪里。在犹太人开发python。它在以render

开头的行上被调用
    print(get_title(1))

    render = web.template.render('templates/')

    #maps URLs to classes
    urls = (
        '/commits', 'commits',
        '/new', 'new',
        '/login', 'login'
    )

2 个答案:

答案 0 :(得分:2)

可能你混合了标签和空格。最好,只使用空格。

答案 1 :(得分:0)

  1. CTRL + F
  2. 按TAB
  3. 点击查找全部
  4. 按空格键次4次