Skip to content

Commit 6a88fbb

Browse files
committed
fix backticks
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 834074f commit 6a88fbb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

peps/pep-9999.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Rejected Ideas
323323
"Lateral" Discovery
324324
-------------------
325325

326-
This PEP's discovery mechanism uses the `.well-known` location scheme
326+
This PEP's discovery mechanism uses the ``.well-known`` location scheme
327327
defined in :rfc:`8615`. This scheme is widely adopted by machine-to-machine
328328
protocols, including OpenID Connect itself
329329
(for `OpenID Connect Discovery <https://openid.net/specs/openid-connect-discovery-1_0.html>`_).
@@ -344,12 +344,12 @@ However, this approach also has downsides:
344344
* It assumes that arbitrary indices can provide an adjacent path without
345345
interfering with existing functionality, which isn't necessarily true.
346346
For example, a given third-party implementation may already use
347-
all routes under `/legacy/{*}` for other purposes.
347+
all routes under ``/legacy/{*}`` for other purposes.
348348
* It's less consistent with existing machine-to-machine protocol
349-
conventions, which overwhelmingly use the `.well-known` scheme. Developing
349+
conventions, which overwhelmingly use the ``.well-known`` scheme. Developing
350350
a custom location scheme here would require additional informational
351351
materials for server administrators and operators who are accustomed
352-
to the `.well-known` scheme.
352+
to the ``.well-known`` scheme.
353353

354354
"Implicit" Discovery
355355
--------------------
@@ -396,4 +396,3 @@ Copyright
396396

397397
This document is placed in the public domain or under the
398398
CC0-1.0-Universal license, whichever is more permissive.
399-

0 commit comments

Comments
 (0)