ejschwartz commited on
Commit
90372e8
·
1 Parent(s): 136e7ac

Stray quote

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -46,7 +46,7 @@ def create_demo():
46
 
47
  Analyze C code and infer missing type declarations. PsycheC
48
  will generate a header file with inferred types and a fixed
49
- C file."
50
 
51
  Note: The parser gets stuck on some attributes including `__cdecl`.
52
  """)
 
46
 
47
  Analyze C code and infer missing type declarations. PsycheC
48
  will generate a header file with inferred types and a fixed
49
+ C file.
50
 
51
  Note: The parser gets stuck on some attributes including `__cdecl`.
52
  """)