update symbol.py from with statement changes
diff --git a/Lib/symbol.py b/Lib/symbol.py
index f25907b..c360e39 100755
--- a/Lib/symbol.py
+++ b/Lib/symbol.py
@@ -52,7 +52,7 @@
 for_stmt = 295
 try_stmt = 296
 with_stmt = 297
-with_var = 298
+with_item = 298
 except_clause = 299
 suite = 300
 testlist_safe = 301