Fix indentation and typo

Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
Kyrylo Silin 2012-08-03 16:29:21 +03:00
parent 892ade1c0f
commit 41e8e5e6e5
1 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ class Pry
def name
super.to_s == "" ? "#<class(Pry::Command #{match.inspect})>" : super
end
def inspect
name
end
@ -459,7 +460,7 @@ class Pry
end
end
# A super-class ofr Commands with structure.
# A super-class of Commands with structure.
#
# This class implements the bare-minimum functionality that a command should
# have, namely a --help switch, and then delegates actual processing to its