Skip to content

Commit ce70d91

Browse files
committed
Add comment in the exercise about finding help for a function
1 parent 8cfe5f3 commit ce70d91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/UVES/UVES.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@
354354
"collapsed": false,
355355
"input": [
356356
"help(read_spec)\n",
357-
"#or\n",
358-
"read_spec?"
357+
"# or\n",
358+
"read_spec?\n",
359+
"# In the IPython notebook, the easiest way to see the help for a function is to type read_spec<TAB>"
359360
],
360361
"language": "python",
361362
"metadata": {},

0 commit comments

Comments
 (0)