Skip to content

Commit

Permalink
Merge pull request #645 from phickey/patch-1
Browse files Browse the repository at this point in the history
Typo in documentation
  • Loading branch information
jeffwecan committed Nov 16, 2020
2 parents 9e5fc70 + 88df14e commit 7a8642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/secrets_engines/pki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Read CA Certificate Chain
import hvac
client = hvac.Client()
read_ca_certificate_chain_chain_response = self.client.secrets.pki.read_ca_certificate_chain_chain()
read_ca_certificate_chain_response = self.client.secrets.pki.read_ca_certificate_chain()
print('Current PKI CA Certificate Chain: {}'.format(read_ca_certificate_chain_response))
Expand Down

0 comments on commit 7a8642e

Please sign in to comment.