Skip to content

Commit 3097331

Browse files
committed
Replace 'Werkzeug' to 'Flask'
1 parent 554c5b9 commit 3097331

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
How to contribute to Flask
33
==========================
44

5-
Thanks for considering contributing to Flask.
5+
Thanks for considering contributing to Flask.
66

77
Support questions
88
=================
@@ -49,16 +49,16 @@ Clone this repository::
4949

5050
Install Flask as an editable package using the current source::
5151

52-
pip install --editable .
52+
pip install --editable .
5353

5454
Then you can run the testsuite with::
5555

5656
py.test
5757

5858
With only py.test installed, a large part of the testsuite will get skipped
59-
though. Whether this is relevant depends on which part of Werkzeug you're
60-
working on. Travis is set up to run the full testsuite when you submit your
61-
pull request anyways.
59+
though. Whether this is relevant depends on which part of Flask you're working
60+
on. Travis is set up to run the full testsuite when you submit your pull
61+
request anyways.
6262

6363
If you really want to test everything, you will have to install ``tox`` instead
6464
of ``pytest``. Currently we're depending on a development version of Tox

0 commit comments

Comments
 (0)