Skip to content

Commit

Permalink
fix : readme fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Nov 5, 2024
1 parent a96f562 commit cdb9be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ This function prints a grid (`length` by `height`) of any given character.

#### 2. line

This function return a grid (`length` by `height`) of any given character as `str` in and raise `artError` in exception.
This function returns a grid (`length` by `height`) of any given character as `str` in normal mode and raise `artError` in exception.
```pycon
>>> line(length=15, height=2, char="*")
'***************\n***************'
Expand Down

0 comments on commit cdb9be5

Please sign in to comment.