From f9fd78a5f09d6a4182cd443033970c1f69aa73fc Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sun, 9 Mar 2014 15:21:42 +0400 Subject: [PATCH] Minor doc fix [ci skip] --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 15e0b07..70b8f71 100644 --- a/doc/index.html +++ b/doc/index.html @@ -817,7 +817,7 @@

Generating usage and help messages

-

:get_help() and get_usage:() methods of Parser and Command classes can be used to generate their help and usage messages.

+

:get_help() and :get_usage() methods of Parser and Command classes can be used to generate their help and usage messages.

Parsing algorithm