Tweak, typo fix

This commit is contained in:
Peter Ruibal 2015-01-10 20:29:47 -08:00
parent e416d348a6
commit 72aa40f359
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Examples
import editor
commit_msg = editor.edit(contents="# Enter commit message here")
```
Opens an editor, prefilled with the contents, "# Enter commit messdage here".
Opens an editor, prefilled with the contents, `# Enter commit message here`.
When the editor is closed, returns the contents in variable `commit_msg`.