Skip to content

Commit 81211f0

Browse files
committed
💡 (Blocklist) Rename blacklist to blocklist in comments
1 parent 33cfc80 commit 81211f0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/docs/08_flask_jwt_extended/09_logout_users_rest_api/end/blocklist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
blacklist.py
2+
blocklist.py
33
4-
This file just contains the blacklist of the JWT tokens. It will be imported by
5-
app and the logout resource so that tokens can be added to the blacklist when the
4+
This file just contains the blocklist of the JWT tokens. It will be imported by
5+
app and the logout resource so that tokens can be added to the blocklist when the
66
user logs out.
77
"""
88

docs/docs/08_flask_jwt_extended/10_token_refreshing_flask_jwt_extended/end/blocklist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
blacklist.py
2+
blocklist.py
33
4-
This file just contains the blacklist of the JWT tokens. It will be imported by
5-
app and the logout resource so that tokens can be added to the blacklist when the
4+
This file just contains the blocklist of the JWT tokens. It will be imported by
5+
app and the logout resource so that tokens can be added to the blocklist when the
66
user logs out.
77
"""
88

docs/docs/08_flask_jwt_extended/10_token_refreshing_flask_jwt_extended/start/blocklist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
blacklist.py
2+
blocklist.py
33
4-
This file just contains the blacklist of the JWT tokens. It will be imported by
5-
app and the logout resource so that tokens can be added to the blacklist when the
4+
This file just contains the blocklist of the JWT tokens. It will be imported by
5+
app and the logout resource so that tokens can be added to the blocklist when the
66
user logs out.
77
"""
88

0 commit comments

Comments
 (0)