diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:08:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 8dc2c6fe2bdc797b79a0a4610409225f2d8b8bf4 (patch) | |
tree | 4788f26414429943ca755437bfd96e564ce8b0d2 /python/pycryptopp | |
parent | a17702d101c05d59d5716663cd54db9b08c4a242 (diff) |
python/pycryptopp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pycryptopp')
-rw-r--r-- | python/pycryptopp/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pycryptopp/README b/python/pycryptopp/README index 1a0d897d39a3..e7f2e1e44a81 100644 --- a/python/pycryptopp/README +++ b/python/pycryptopp/README @@ -1,2 +1,2 @@ -pycryptopp is a set of Python wrappers for a few of the best crypto algorithms -from the Crypto++ library. +pycryptopp is a set of Python wrappers for a few of the best crypto +algorithms from the Crypto++ library. |