From a471ba50718177b6b4dbd18a29a3e1d3675c1093 Mon Sep 17 00:00:00 2001
From: Olivier Couet <olivier.couet@gmail.com>
Date: Thu, 29 Nov 2018 16:57:23 +0100
Subject: [PATCH] - Spell  check - white spaces

---
 roofit/histfactory/src/hist2workspace-argparse.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/roofit/histfactory/src/hist2workspace-argparse.py b/roofit/histfactory/src/hist2workspace-argparse.py
index 6f4a77d0130..c03a81356ca 100644
--- a/roofit/histfactory/src/hist2workspace-argparse.py
+++ b/roofit/histfactory/src/hist2workspace-argparse.py
@@ -8,7 +8,6 @@ def get_argparse():
 	parser.add_argument("-standard_form", help="""default  model,  which  creates  an  extended PDF that interpolates between RooHistFuncs
 This is much faster for models with many bins and uses significantly less memory""")
 	parser.add_argument("-number_counting_form", help="""This was the original model in 5.28 (without patches). It uses a Poisson for each
-bin of the his togram.  This can become slow and memory intensive when there are many bins.
+bin of the histogram.  This can become slow and memory intensive when there are many bins.
 """)
 	return parser
-	
\ No newline at end of file
-- 
GitLab