Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork66
Closed
Description
because the CSS hastext-align: justify;
on the text, and inline code is a<code>
tag with a bunch of<pre>
tags,
<codeclass="docutils literal notranslate"><spanclass="pre">set('abc')</span><spanclass="pre">==</span><spanclass="pre">frozenset('abc')</span></code>
the spaces between the<pre>
tags get expanded:
https://docs.python.org/3/library/stdtypes.html#frozenset.copy
Metadata
Metadata
Assignees
Labels
No labels