From 0229d4848388c395ee7fd9658ce6ed1e7b7676cc 2011-08-16 17:28:55 From: Erik Tollerud Date: 2011-08-16 17:28:55 Subject: [PATCH] minor typo fix (functionallows->function allows) --- diff --git a/docs/source/interactive/reference.txt b/docs/source/interactive/reference.txt index 9d48592..4ec84be 100644 --- a/docs/source/interactive/reference.txt +++ b/docs/source/interactive/reference.txt @@ -697,7 +697,7 @@ Even object attributes can be expanded:: System command aliases ---------------------- -The %alias magic functionallows you to define magic functions which are in fact +The %alias magic function allows you to define magic functions which are in fact system shell commands. These aliases can have parameters. ``%alias alias_name cmd`` defines 'alias_name' as an alias for 'cmd'