Skip to content

Commit

Permalink
fix changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Sep 17, 2019
1 parent 5b48c2c commit 73590e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unreleased
removed in version 1.0.

For example, instead of ``import werkzeug; werkzeug.url_quote``, do
``from werkzeug.urls import url_quote. A deprecation warning will
``from werkzeug.urls import url_quote``. A deprecation warning will
show the correct import to use. ``werkzeug.exceptions`` and
``werkzeug.routing`` should also be imported instead of accessed,
but for technical reasons can't show a warning.
Expand Down

0 comments on commit 73590e8

Please sign in to comment.