Skip to content

Commit 786c0bb

Browse files
committed
Update README.md
1 parent e28738e commit 786c0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Internal representation of a CLI command. Can be accessed via `Radicli.commands`
258258

259259
| Name | Type | Description |
260260
| ------------- | ---------------------------------- | -------------------------------------------------------------------------------------- |
261-
| `prog` | `Optional[str]` | Program name displayed in `--help` propmt usage examples, e.g. `"python -m spacy"`. |
261+
| `prog` | `Optional[str]` | Program name displayed in `--help` prompt usage examples, e.g. `"python -m spacy"`. |
262262
| `help` | `str` | Help text for the CLI, displayed in top-level `--help`. Defaults to `""`. |
263263
| `version` | `Optional[str]` | Version available via `--version`, if set. |
264264
| `converters` | `Dict[Type, Callable[[str], Any]]` | Dict mapping types to global converter functions. |

0 commit comments

Comments
 (0)