Skip to content

Commit f649957

Browse files
authored
Merge pull request #1276 from mulkieran/typos-cli-1.45.0
Fix new typo discovered by typos-cli v1.45.0
2 parents 766991e + e4a090d commit f649957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stratis_cli/_actions/_formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def print_table(
117117
:param alignment: the alignment indicator for each key, '<', '>', '^', '='
118118
:type alignment: list of str
119119
:param file: file to print too
120-
:type file: writeable stream
120+
:type file: writable stream
121121
122122
Precondition: len(column_headings) == len(alignment) == len of each entry
123123
in row_entries.

0 commit comments

Comments
 (0)