Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Aug 16, 2022
1 parent db57538 commit 4e263c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsessions/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __getitem__(self, key: str) -> typing.NoReturn:
self._raise()

def _raise(self) -> typing.NoReturn:
raise SessionNotLoaded("Attempt to access session that has not yet been loaded.")
raise SessionNotLoaded("Attempt to access session that has not been loaded yet.")


class SessionMiddleware:
Expand Down

0 comments on commit 4e263c3

Please sign in to comment.