aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorGabriel Orisaka <orisaka@gmail.com>2016-07-31 10:49:59 -0300
committerAlex Gaynor <alex.gaynor@gmail.com>2016-07-31 09:49:59 -0400
commit617fe4b487485d993def60e9e35175c8e4d229ac (patch)
tree1d0b07e159fa5c55dc6ef08d4762583319377593 /docs/x509
parent33c59a3b176d76230c37f6b7b00cc74ba3263b02 (diff)
downloadcryptography-617fe4b487485d993def60e9e35175c8e4d229ac.tar.gz
cryptography-617fe4b487485d993def60e9e35175c8e4d229ac.tar.bz2
cryptography-617fe4b487485d993def60e9e35175c8e4d229ac.zip
Remove provider language from docs (#3072)
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 1d521e34..ea32c3b7 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -1675,7 +1675,7 @@ X.509 Extensions
.. method:: get_values_for_type(type)
- :param type: A :class:`GeneralName` provider. This is one of the
+ :param type: A :class:`GeneralName` instance. This is one of the
:ref:`general name classes <general_name_classes>`.
:returns: A list of values extracted from the matched general names.
@@ -1716,7 +1716,7 @@ X.509 Extensions
.. method:: get_values_for_type(type)
- :param type: A :class:`GeneralName` provider. This is one of the
+ :param type: A :class:`GeneralName` instance. This is one of the
:ref:`general name classes <general_name_classes>`.
:returns: A list of values extracted from the matched general names.