diff options
author | Christian Heimes <christian@python.org> | 2016-09-05 22:07:02 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-05 22:07:02 (GMT) |
commit | 8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63 (patch) | |
tree | c97400f62d485e3b702e6a10969b50d274b5c78d /Doc | |
parent | 25bfcd5d9eb324128e52d35c508621e017791f2b (diff) | |
download | cpython-8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63.zip cpython-8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63.tar.gz cpython-8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63.tar.bz2 |
Issue #27744: correct comment and markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index ec793ba..4a2cf11 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -136,7 +136,7 @@ created. Socket addresses are represented as follows: elements ``(type, name [, feat [, mask]])``, where: - *type* is the algorithm type as string, e.g. ``aead``, ``hash``, - ``skcipher`` or ``rng``. + ``skcipher`` or ``rng``. - *name* is the algorithm name and operation mode as string, e.g. ``sha256``, ``hmac(sha256)``, ``cbc(aes)`` or ``drbg_nopr_ctr_aes256``. |