Fix a typo in a docstring
authorJon Speicher <jon.speicher@gmail.com>
Sat, 27 Jul 2013 20:29:59 +0000 (16:29 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 9 Nov 2013 18:27:52 +0000 (10:27 -0800)
python/sw_engineering/SoftwareEngineering.ipynb

index 78df33aadab0dd6bf3960365f3646f77ba42ca63..6c714f1224a3c2d8390fe3bf07ecc23a7132d4bd 100644 (file)
      "collapsed": false,
      "input": [
       "def read_sightings_from_file(filename):\n",
-      "    ''' Given a plain text file containing animal sighting data in the form\n",
+      "    '''Given a plain text file containing animal sighting data in the form\n",
       "            date time animal count\n",
       "        returns four lists, each containing the data from one column.'''\n",
       "    \n",