8000 GH_PASS -> GH_PASSWORD in docs · pythonthings/github3.py@d65a250 · GitHub
[go: up one dir, main page]

Skip to content

Commit d65a250

Browse files
author
ekmartin
committed
GH_PASS -> GH_PASSWORD in docs
1 parent 6f7fcb7 commit d65a250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ environment variables when running `py.test`, e.g.,
257257
.. code::
258258
259259
GH_AUTH="abc123" py.test
260-
GH_USER="sigmavirus24" GH_PASS="super-secure-password-plz-kthxbai" py.test
260+
GH_USER="sigmavirus24" GH_PASSWORD="super-secure-password-plz-kthxbai" py.test
261261
262262
If you are concerned that your credentials will be saved, you need not worry.
263263
Betamax sanitizes information like that before saving the cassette. It never

0 commit comments

Comments
 (0)
0