Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, werkeug -> werkzeug #791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timgates42
Copy link

There is a small typo in doc/errors.rst.

Closes #790

There is a small typo in doc/errors.rst.

Closes noirbizarre#790
Copy link

@myronwalkersonos myronwalkersonos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

myron@myrons-dev:~$ python3
Python 3.6.9 (default, Jan 26 2021, 15:33:00) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import werkzeug
>>> werkzeug.exceptions.Aborter.__call__
<function Aborter.__call__ at 0x7f82aee4cb70>
>>> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix simple typo: werkeug -> werkzeug
2 participants