Skip to content

Commit a939362

Browse files
author
Sudarshan Raghunathan
committed
Fix minor typos
1 parent b753113 commit a939362

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demo.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata": {},
3232
"outputs": [],
3333
"source": [
34-
"import ssget"
34+
"import ssgetpy"
3535
]
3636
},
3737
{
@@ -74,7 +74,7 @@
7474
}
7575
],
7676
"source": [
77-
"ssget.search()"
77+
"ssgetpy.search()"
7878
]
7979
},
8080
{
@@ -128,7 +128,7 @@
128128
}
129129
],
130130
"source": [
131-
"ssget.search(nzbounds=(1000,10000), isspd=False, limit=5)"
131+
"ssgetpy.search(nzbounds=(1000,10000), isspd=False, limit=5)"
132132
]
133133
},
134134
{
@@ -162,7 +162,7 @@
162162
}
163163
],
164164
"source": [
165-
"result = ssget.search(kind='structural', nzbounds=(1000,10000))\n",
165+
"result = ssgetpy.search(kind='structural', nzbounds=(1000,10000))\n",
166166
"result[:4]"
167167
]
168168
},

ssgetpy/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def html_header():
4646

4747
@staticmethod
4848
def _render_item_html(key, value):
49-
if key == 'Icon':
49+
if key == 'Spy Plot':
5050
return f'<img src="{value}">'
5151
if key in ('Pattern Symmetry', 'Numerical Symmetry'):
5252
return f'{value:0.2}'

0 commit comments

Comments
 (0)