◐ Shell
clean mode source ↗

Escape dot to prevent <ol> by hugovk · Pull Request #604 · python/devguide

https://devguide.python.org/developers/ shows an unexpected indention for one name which begins with an initial and a period:

image

It's being parsed as an alphabetic <ol> starting at the 18th letter, R.

Escaping the intial's dot fixes it:

image