summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoey Prat <roey.prat@redislabs.com>2020-07-05 09:15:08 +0300
committerRoey Prat <roey.prat@redislabs.com>2020-07-07 15:47:20 +0300
commit10fb0c5814709fd6dca1fc666fbfd8b172fb08bc (patch)
treec728682f0289f995598d67c261d4c318b50aaee0
parenta67a47d5c3f4cd22b4a9658aa4b182593906ec39 (diff)
downloadredis-py-10fb0c5814709fd6dca1fc666fbfd8b172fb08bc.tar.gz
documentation: fix ssl typos in the changelog
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e20ef3b..03b2354 100644
--- a/CHANGES
+++ b/CHANGES
@@ -459,7 +459,7 @@
* Fixed a bug where some encodings (like utf-16) were unusable on Python 3
as command names and literals would get encoded.
* Added an SSLConnection class that allows for secure connections through
- stunnel or other means. Construct and SSL connection with the sll=True
+ stunnel or other means. Construct an SSL connection with the ssl=True
option on client classes, using the rediss:// scheme from an URL, or
by passing the SSLConnection class to a connection pool's
connection_class argument. Thanks https://github.com/oranagra.