Files
python-guide/docs/404.rst
T
Marc Poulin 693c8ca677 Fixed all H1 headings
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00

28 lines
565 B
ReStructuredText

#################
404 — Not Found
#################
**Sorry, but we couldn't find the page you requested.**
It looks like this was the result of either:
- a mistyped address
- an out-of-date link
`Click here to go back to the homepage. <https://docs.python-guide.org/>`_
Or, try `searching <https://docs.python-guide.org/search/>`_.
.. raw:: html
<script>
ga('send', {
hitType: 'event',
eventCategory: 'error',
eventAction: '404',
eventLabel: document.referrer,
nonInteraction: true
});
</script>