Skip to content

Commit e4a090d

Browse files
committed
Fix new typo discovered by typos-cli v1.45.0
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 766991e commit e4a090d

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)