Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmanglis committed Dec 18, 2023
1 parent 8de7afc commit dd0673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wqflask/wqflask/oauth2/collections.py
Expand Up @@ -4,7 +4,7 @@
from .client import oauth2_get, no_token_get

def num_collections() -> int:
"""Compute the number of collections available for tte current sussion."""
"""Compute the number of collections available for the current session."""
anon_id = session_info()["anon_id"]
all_collections = no_token_get(
f"auth/user/collections/{anon_id}/list").either(
Expand Down

0 comments on commit dd0673f

Please sign in to comment.