Skip to content

Commit 0efffb0

Browse files
authored
Merge pull request #102 from 8bitsam/cleaning
Added .idea to .gitignore
2 parents c9dcb68 + 2a303a5 commit 0efffb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ lib
2020
lib64
2121
tags
2222
errors.err
23+
.idea
2324

2425
# Installer logs
2526
pip-log.txt

src/diffpy/pdfgui/gui/pdfguiglobals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
##############################################################################
1515

16-
"""This module contains gloabal parameters needed by PDFgui."""
16+
"""This module contains global parameters needed by PDFgui."""
1717

1818
import os.path
1919
from pkg_resources import Requirement, resource_filename

0 commit comments

Comments
 (0)