Browse Source
Update README.md
Fix incorrectly listed GooeyParser argument. Solves #816
pull/817/head
K
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -733,7 +733,7 @@ Handlers are attached when instantiating the `GooeyParser`. |
|
|
|
```python |
|
|
|
parser = GooeyParser( |
|
|
|
on_success=my_success_handler, |
|
|
|
on_failure=my_failure_handler) |
|
|
|
on_error=my_failure_handler) |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|