From b59e83cca9ba2b0566102c507b9da77a66fbfdd9 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 26 Jun 2015 12:02:05 +0200 Subject: [PATCH] Fix punctuation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc8ab39..8e10d027 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ in `~/.thefuck/rules`. Rule should contain two functions: and `get_new_command(command: Command, settings: Settings) -> str`. Also the rule can contain optional function `side_effect(command: Command, settings: Settings) -> None` and -optional boolean `enabled_by_default` +optional boolean `enabled_by_default`. `Command` has three attributes: `script`, `stdout` and `stderr`.