From 836246de05fc71bf1518bc6ea9255c058b6c7426 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 16 Oct 2019 13:58:11 -0700 Subject: [PATCH] base58.py typo fixes --- content/_code-samples/key-derivation/base58/base58.py | 4 ++-- content/_code-samples/tx-serialization/base58/base58.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: