Skip to content

Commit 17257f4

Browse files
committed
2 parents 3bcf99f + e42126a commit 17257f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tess_Lightcurves/Tess_Lightcurves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def plot(df):
168168
p = 0
169169
for gr in groups:
170170
p += 1
171-
oplist.append('Page '+ str(p) +'   (sectors '+str(gr[::-1])[1:-1]+')')
171+
oplist.append('Page '+ str(p) +' (sectors '+str(gr[::-1])[1:-1]+')')
172172
idx = 0
173173
option = st.selectbox(
174174
".",

0 commit comments

Comments
 (0)