diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:20:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | c0b15ef4157b35f66bcda88e1bc1a24330cfb172 (patch) | |
tree | 63de5027097abe2183d7a86a56397b29a76a60da /python/rfc6555/README | |
parent | c9e722e3adacb37fda7524e4a79f823784300727 (diff) |
python/rfc6555: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/rfc6555/README')
-rw-r--r-- | python/rfc6555/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rfc6555/README b/python/rfc6555/README index 7a05a56e71cd..b8c1d47d6ada 100644 --- a/python/rfc6555/README +++ b/python/rfc6555/README @@ -1,3 +1,3 @@ -Python implementation of the Happy Eyeballs Algorithm described in RFC 6555. -Provided with a single file and dead-simple API to allow easy vendoring and -integration into other projects. +Python implementation of the Happy Eyeballs Algorithm described in +RFC 6555. Provided with a single file and dead-simple API to allow +easy vendoring and integration into other projects. |