Skip to content

Commit

Permalink
Removed a blank space ' '. Fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-ise committed Mar 12, 2015
1 parent 65ca93d commit a8fae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceandatadialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self):
self.data_desc = {
'AQUA MODIS Chlorophyll Concentration': 'Mapped CHL-a concentrations \nValid date range: 2002/07/04 - present\n',
'SeaWiFS Chlorophyll Concentration': 'Mapped CHL-a concentrations \nValid date range: 1997/09/04 - 2010/12/11\n',
' ': '\n',
'': '\n',
'AQUA MODIS Sea Surface Temperature': 'Mapped Night Sea Surface Temperatures \nValid date range: 2002/07/04 - present\n',
}

Expand Down

0 comments on commit a8fae81

Please # to comment.