Skip to content

Commit

Permalink
fix docstring (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher authored and simon committed Oct 23, 2024
1 parent 1030819 commit 67adb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ def create(cls, state: Type[BaseState]):
state: The state class to use.
Returns:
The state manager (either memory or redis).
The state manager (either disk or redis).
"""
redis = prerequisites.get_redis()
if redis is not None:
Expand Down

0 comments on commit 67adb7c

Please sign in to comment.