Misc. typos: Please merge right before 0.17 release

I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
luz.paz
2018-03-16 15:45:00 -04:00
committed by wmayer
parent 34fd583b76
commit 46d32d78a3
19 changed files with 25 additions and 26 deletions

View File

@@ -134,7 +134,7 @@ Version 3.0
to specify a logging object for the 'parser.out' output.
01/09/09: beazley
*HUGE* refactoring of the the ply.yacc() implementation. The high-level
*HUGE* refactoring of the ply.yacc() implementation. The high-level
user interface is backwards compatible, but the internals are completely
reorganized into classes. No more global variables. The internals
are also more extensible. For example, you can use the classes to
@@ -174,7 +174,7 @@ Version 3.0
directly. Preparation for Python 3.0 support.
11/04/08: beazley
Fixed a bug with referring to symbols on the the parsing stack using negative
Fixed a bug with referring to symbols on the parsing stack using negative
indices.
05/29/08: beazley