diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-11-30 18:03:30 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 18:03:30 +0700 |
commit | 621f85524fee2846aa5bfd25f7e961d72ede0d5d (patch) | |
tree | f2538778e55c7970768789bc1a966e8f91e7747e | |
parent | 72f831a15e38c89990caeb27a827638113c2612d (diff) | |
parent | f3114e3cad14036823c5532d92af44ede7b2b41b (diff) | |
download | vyos-1x-621f85524fee2846aa5bfd25f7e961d72ede0d5d.tar.gz vyos-1x-621f85524fee2846aa5bfd25f7e961d72ede0d5d.zip |
Merge pull request #627 from erkin/crux
limericks: Fix typos and rhyme
-rw-r--r-- | python/vyos/limericks.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python/vyos/limericks.py b/python/vyos/limericks.py index e03ccd32b..3c6744816 100644 --- a/python/vyos/limericks.py +++ b/python/vyos/limericks.py @@ -18,18 +18,18 @@ import random limericks = [ """ -A programmer who's name was Searle -Once wrote a long program in Perl. -Despite very few quirks -No one got how it works, -Not even the interpreter. +A programmer whose name was Searle +once wrote a long program in Perl. +Despite very few quirks, +no one got how it works. +Not even the interpreter perl(1). """, """ There was a young lady of Maine -Who set up IPsec VPN. +who set up IPsec VPN. Problems didn't arise -'til other vendors' device +till other vendors' device had to add she to that VPN. """, @@ -45,7 +45,7 @@ to get the damn build scripts to work. A network admin from Hong Kong knew MPPE cipher's not strong. But he was behind NAT, -so he put up we that, +so he put up with that, sad network admin from Hong Kong. """, |