Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Jansen authored and Christoph Jansen committed Aug 30, 2018
1 parent 38333d0 commit 22234b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combination_triangles_plot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def attach_args(parser):
'data_files', action='store', type=str, nargs='+',
help='CSV files with three columns and a single header row. First column (index) contains the combined axis '
'ticks. Second and third columns contain data to be plotted in lower left and upper right triangles '
'respectively. Each CSV file is displayed in separate subplot. Data column names provide in header row '
'respectively. Each CSV file is displayed in separate subplot. Data column names provided in header row '
'are used in plot.'
)
parser.add_argument(
Expand Down

0 comments on commit 22234b8

Please sign in to comment.