From b6de661b54b00e92f175afb52c022d4f608f60cc Mon Sep 17 00:00:00 2001 From: tadf Date: Mon, 14 May 2012 21:39:25 +0000 Subject: trivial changes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/date_core.c') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 99f1c0de98..319c4c3df8 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -4207,7 +4207,7 @@ date_s__strptime_internal(int argc, VALUE *argv, VALUE klass, * Parses the given representation of date and time with the given * template, and returns a hash of parsed elements. _strptime does * not support specification of flags and width unlike strftime. - * + * * For example: * * Date._strptime('2001-02-03', '%Y-%m-%d') -- cgit v1.2.3