Browse Source

Update README.md

Fix incorrectly listed GooeyParser argument. Solves #816
pull/817/head
K 2 years ago
committed by GitHub
parent
commit
5118d01c21
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
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)
```

Loading…
Cancel
Save