From 8884b4050c641798900d65031a8daece8cd168fc Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Wed, 13 Nov 2024 16:28:55 +0100 Subject: [PATCH] adapt output in completer reference --- bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py b/bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py index f5b3bc3b13040..3c669dd9d17cd 100644 --- a/bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py +++ b/bindings/jupyroot/python/JupyROOT/helpers/cppcompleter.py @@ -70,7 +70,7 @@ class CppCompleter(object): ... print(suggestion.replace("\\t"," ")) Bool_t Add(TF1* h1, Double_t c1 = 1, Option_t* option = "") - Bool_t Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1) // *MENU* + Bool_t Add(const TH1* h, const TH1* h2, Double_t c1 = 1, Double_t c2 = 1) Bool_t Add(const TH1* h1, Double_t c1 = 1) >>> for suggestion in comp._completeImpl("TROOT::Is"): ... print(suggestion)