Skip to content

Commit 942e067

Browse files
committed
Consistant capitalization of config help msg
1 parent 57ef615 commit 942e067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stagpy/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _index_collection(arg):
6363
CONF_DEF['plot'] = OrderedDict((
6464
('ratio', Conf(None, True, None,
6565
{'nargs': '?', 'const': 0.6, 'type': float},
66-
False, 'Force aspect ratio of field plot')),
66+
False, 'force aspect ratio of field plot')),
6767
('raster', switch_opt(True, None, 'rasterize field plots')),
6868
('format', Conf('pdf', True, None, {},
6969
True, 'figure format (pdf, eps, svg, png)')),
@@ -102,7 +102,7 @@ def _index_collection(arg):
102102
('perturbation', switch_opt(False, None,
103103
'plot departure from average profile')),
104104
('shift', Conf(None, True, None, {'type': int},
105-
False, 'Shift plot horizontally')),
105+
False, 'shift plot horizontally')),
106106
('timelabel', switch_opt(False, None, 'add label with time')),
107107
('interpolate', switch_opt(True, None, 'apply Gouraud shading')),
108108
('colorbar', switch_opt(True, None, 'add color bar to plot')),

0 commit comments

Comments
 (0)