From 34e44457bb77745dc51722f83e35a054bf26a617 Mon Sep 17 00:00:00 2001 From: WhiteMagic Date: Sun, 20 May 2018 18:43:45 +1000 Subject: [PATCH] Documentation update --- gremlin/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gremlin/config.py b/gremlin/config.py index f99f528e..d3f23ec5 100644 --- a/gremlin/config.py +++ b/gremlin/config.py @@ -145,8 +145,7 @@ def remove_profile(self, exec_path): self.save() def get_profile(self, exec_path): - """Returns the path to the profile associated with the given - executable. + """Returns the path to the profile associated with the given executable. :param exec_path the path to the executable for which to return the profile