Skip to content

Commit 1040cc3

Browse files
encukouvstinner
andauthored
Use print()
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 09d7210 commit 1040cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ do the following first:
7575
* Generate a password using e.g.:
7676

7777
import secrets
78-
secrets.token_urlsafe(14)
78+
print(secrets.token_urlsafe(14))
7979

8080
* Check the username doesn't already exist in `/etc/buildbot/settings.yaml`.
8181
* Add an owner entry to `/etc/buildbot/settings.yaml`.

0 commit comments

Comments
 (0)