You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something seems to be wrong with the formatting of this page. There's nothing obvious in the source code, though, which suggests why this might be the case. Here's a snapshot:
The greyed Note region should just be one paragraph.
The text was updated successfully, but these errors were encountered:
Oh, I should have looked at the HTML as well. It's really strange:
<divclass="admonition note"><pclass="admonition-title">Note</p><p>All functions in this module raise <aclass="reference internal" href="[exceptions.html#OSError](view-source:https://docs.python.org/3/library/exceptions.html#OSError)" title="OSError"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">OSError</span></code></a> (or subclasses thereof) in
the case of invalid or inaccessible file names and paths, or other arguments
that have the correct type, but are not accepted by the operating system.</p></aside>
What is that </aside> tag about? It should be </div>.
Documentation
Something seems to be wrong with the formatting of this page. There's nothing obvious in the source code, though, which suggests why this might be the case. Here's a snapshot:
The greyed Note region should just be one paragraph.
The text was updated successfully, but these errors were encountered: