We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0167a89 commit ab6da5cCopy full SHA for ab6da5c
docs/_static/custom.js
@@ -101,7 +101,7 @@ window.onload = () => {
101
template = document.createElement("template");
102
template.innerHTML = `
103
<div class="admonition note">
104
- <p class="admonition-title"><span class="highlighted">Note</span></p>
+ <p class="admonition-title"><span>Note</span></p>
105
<p>
106
Abstract classes (ABCs) are not meant to be instantiated as is. See
107
classes that inherite from this one to check how to instantiate it.
0 commit comments