update docs for name attribute
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index 042ee87..b0bd3ae 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -9,9 +9,9 @@
 
     This is the exposed API for the OpenSSL backend. It has one public attribute.
 
-    .. attribute:: name
+        .. attribute:: name
 
-    The string name of the backend.
+        Returns ``openssl``, the string name of this backend.
 
 Using your own OpenSSL on Linux
 -------------------------------