diff --git a/content/_code-samples/key-derivation/base58/base58.py b/content/_code-samples/key-derivation/base58/base58.py index 9767194b5f..1eb587e898 100644 --- a/content/_code-samples/key-derivation/base58/base58.py +++ b/content/_code-samples/key-derivation/base58/base58.py @@ -1,10 +1,10 @@ '''Base58 encoding -Implementations of Base58 and Base58Check endcodings that are compatible +Implementations of Base58 and Base58Check encodings that are compatible with the XRP Ledger. ''' -# This This code is adapted from the module by David Keijser at +# This code is adapted from the module by David Keijser at # . - rome@ripple.com # His notes are preserved below: diff --git a/content/_code-samples/tx-serialization/base58/base58.py b/content/_code-samples/tx-serialization/base58/base58.py index 9767194b5f..1eb587e898 100644 --- a/content/_code-samples/tx-serialization/base58/base58.py +++ b/content/_code-samples/tx-serialization/base58/base58.py @@ -1,10 +1,10 @@ '''Base58 encoding -Implementations of Base58 and Base58Check endcodings that are compatible +Implementations of Base58 and Base58Check encodings that are compatible with the XRP Ledger. ''' -# This This code is adapted from the module by David Keijser at +# This code is adapted from the module by David Keijser at # . - rome@ripple.com # His notes are preserved below: