1
0
mirror of synced 2026-01-22 18:03:38 -05:00

Merge pull request #20218 from PythonCoderAS/patch-2

Remove extraneous `<em>` tags
This commit is contained in:
Sophie
2022-08-30 08:43:20 +02:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ topics:
{% data reusables.gpg.copy-gpg-key-id %}
10. Paste the text below, substituting in the GPG key ID you'd like to use. In this example, the GPG key ID is `3AA5C34371567BD2`:
```shell{:copy}
$ gpg --armor --export <em>3AA5C34371567BD2</em>
$ gpg --armor --export 3AA5C34371567BD2
# Prints the GPG key ID, in ASCII armor format
```
11. Copy your GPG key, beginning with `-----BEGIN PGP PUBLIC KEY BLOCK-----` and ending with `-----END PGP PUBLIC KEY BLOCK-----`.