Skip to content

Commit 0fbf965

Browse files
committed
Replace double colon at end of line by single colon
1 parent 380b7b6 commit 0fbf965

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/UVES/UVES.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"The previous astropy tutorial already covered\n",
134134
"[handling FITS files](../FITS-header.html) and WCS transformations, so the explanation here\n",
135135
"is only very brief. Check the [astropy documentation](http://docs.astropy.org)\n",
136-
"or the other two tutorials for more details::"
136+
"or the other two tutorials for more details:"
137137
]
138138
},
139139
{
@@ -153,7 +153,7 @@
153153
"# this also sorts in time\n",
154154
"filelist.sort()\n",
155155
"\n",
156-
"Read the first fits file in the list and check what is in there::\n",
156+
"Read the first fits file in the list and check what is in there:\n",
157157
" \n",
158158
"sp = fits.open(filelist[0])\n",
159159
"sp.info()"
@@ -166,7 +166,7 @@
166166
"cell_type": "markdown",
167167
"metadata": {},
168168
"source": [
169-
"Read the first fits file in the list and check what is in there::"
169+
"Read the first fits file in the list and check what is in there:"
170170
]
171171
},
172172
{
@@ -258,7 +258,7 @@
258258
"a = spectra_utils.func(param1, param2, ...)\n",
259259
"\n",
260260
"Alternatively, you can import just one (or a few) of many different functions\n",
261-
"that are defined in your file ``spectra_utils.py``::\n",
261+
"that are defined in your file ``spectra_utils.py``:\n",
262262
"\n",
263263
"from spectra_utils import func\n",
264264
"a = func(param1, param2, ...)"

0 commit comments

Comments
 (0)