Skip to content

Commit 49e66b6

Browse files
committed
Fix comment / readme
1 parent 2ca77b8 commit 49e66b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Parameters:
4545
X_label: str Label for X-axis.
4646
Y_label: str Label for Y-axis. max 8 characters.
4747
interp: Optional[str] Specify interpolation; values None, 'linear'
48+
4849
Returns:
4950
str: plot over `X`, `Y`.
5051

plotille.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def plot(X, Y, width=80, height=50, X_label='X', Y_label='Y', linesep=os.linesep
100100
X_label: str Label for X-axis.
101101
Y_label: str Label for Y-axis. max 8 characters.
102102
interp: Optional[str] Specify interpolation; values None, 'linear'
103+
103104
Returns:
104105
str: plot over `X`, `Y`.
105106
'''

0 commit comments

Comments
 (0)