We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dcb68 commit 09a59c9Copy full SHA for 09a59c9
.gitignore
@@ -20,6 +20,7 @@ lib
20
lib64
21
tags
22
errors.err
23
+.idea
24
25
# Installer logs
26
pip-log.txt
src/diffpy/pdfgui/gui/pdfguiglobals.py
@@ -13,7 +13,7 @@
13
#
14
##############################################################################
15
16
-"""This module contains gloabal parameters needed by PDFgui."""
+"""This module contains glabal parameters needed by PDFgui."""
17
18
import os.path
19
from pkg_resources import Requirement, resource_filename
0 commit comments