X509Name.get_components
diff --git a/doc/html/openssl-pkey.html b/doc/html/openssl-pkey.html
index 686ab32..e23e111 100644
--- a/doc/html/openssl-pkey.html
+++ b/doc/html/openssl-pkey.html
@@ -52,20 +52,20 @@
The PKey object has the following methods:
<P>
-<dl><dt><b><a name='l2h-70'><tt class='method'>bits</tt></a></b>()
+<dl><dt><b><a name='l2h-71'><tt class='method'>bits</tt></a></b>()
<dd>
Return the number of bits of the key.
</dl>
<P>
-<dl><dt><b><a name='l2h-71'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
+<dl><dt><b><a name='l2h-72'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
<dd>
Generate a public/private key pair of the type <var>type</var> (one of
<tt class="constant">TYPE_RSA</tt> and <tt class="constant">TYPE_DSA</tt>) with the size <var>bits</var>.
</dl>
<P>
-<dl><dt><b><a name='l2h-72'><tt class='method'>type</tt></a></b>()
+<dl><dt><b><a name='l2h-73'><tt class='method'>type</tt></a></b>()
<dd>
Return the type of the key.
</dl>