소스 검색

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.