diff --git a/pydetex/gui.py b/pydetex/gui.py index d3bb6bc..c691c37 100644 --- a/pydetex/gui.py +++ b/pydetex/gui.py @@ -3,7 +3,7 @@ https://github.com/ppizarror/PyDetex GUI -Basic gui that convers and executes a given pipeline. +Basic gui that executes a given pipeline. """ __all__ = ['PyDetexGUI', 'main']