From 09a59c9000e631e99e6aeda0399828b0ec01e119 Mon Sep 17 00:00:00 2001 From: Sam Andrello Date: Mon, 24 Jul 2023 13:40:13 -0400 Subject: [PATCH 1/2] Added .idea to .gitignore --- .gitignore | 1 + src/diffpy/pdfgui/gui/pdfguiglobals.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 435c0626..b1f18e26 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ lib lib64 tags errors.err +.idea # Installer logs pip-log.txt diff --git a/src/diffpy/pdfgui/gui/pdfguiglobals.py b/src/diffpy/pdfgui/gui/pdfguiglobals.py index e3f83fbc..bb67c931 100644 --- a/src/diffpy/pdfgui/gui/pdfguiglobals.py +++ b/src/diffpy/pdfgui/gui/pdfguiglobals.py @@ -13,7 +13,7 @@ # ############################################################################## -"""This module contains gloabal parameters needed by PDFgui.""" +"""This module contains glabal parameters needed by PDFgui.""" import os.path from pkg_resources import Requirement, resource_filename From 2a303a57c4dd7a47fcdf0ce5ea803c012e5e0ec4 Mon Sep 17 00:00:00 2001 From: Sam Andrello Date: Mon, 24 Jul 2023 13:51:42 -0400 Subject: [PATCH 2/2] 'glabal' changed to 'global' --- src/diffpy/pdfgui/gui/pdfguiglobals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffpy/pdfgui/gui/pdfguiglobals.py b/src/diffpy/pdfgui/gui/pdfguiglobals.py index bb67c931..17199879 100644 --- a/src/diffpy/pdfgui/gui/pdfguiglobals.py +++ b/src/diffpy/pdfgui/gui/pdfguiglobals.py @@ -13,7 +13,7 @@ # ############################################################################## -"""This module contains glabal parameters needed by PDFgui.""" +"""This module contains global parameters needed by PDFgui.""" import os.path from pkg_resources import Requirement, resource_filename