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.
2 parents c9dcb68 + 2a303a5 commit 0efffb0Copy full SHA for 0efffb0
.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 global parameters needed by PDFgui."""
17
18
import os.path
19
from pkg_resources import Requirement, resource_filename
0 commit comments