mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix spelling error in Display.banner description (#49790)
wit h -> with
This commit is contained in:
parent
7c8af3d684
commit
935fa51143
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class Display(with_metaclass(Singleton, object)):
|
||||||
|
|
||||||
def banner(self, msg, color=None, cows=True):
|
def banner(self, msg, color=None, cows=True):
|
||||||
'''
|
'''
|
||||||
Prints a header-looking line with cowsay or stars wit hlength depending on terminal width (3 minimum)
|
Prints a header-looking line with cowsay or stars with length depending on terminal width (3 minimum)
|
||||||
'''
|
'''
|
||||||
if self.b_cowsay and cows:
|
if self.b_cowsay and cows:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue