瀏覽代碼

Removed whitespace.

Taddeus Kroes 14 年之前
父節點
當前提交
6114df1e41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/python/bison.py

+ 1 - 1
src/python/bison.py

@@ -295,7 +295,7 @@ class BisonParser(object):
         """
         Report a raised exception. Depending on the mode in which the parser is
         running, it will:
-        
+
          - write a verbose message to stderr (verbose=True; interactive=True).
            The written error message will include the type, value and traceback
            of the raised exception.