diff --git a/rq/local.py b/rq/local.py index 61f896f..1ce72e4 100644 --- a/rq/local.py +++ b/rq/local.py @@ -209,7 +209,7 @@ class LocalManager(object): scoped sessions) to the Werkzeug locals. .. versionchanged:: 0.7 - Yu can pass a different ident function to the local manager that + You can pass a different ident function to the local manager that will then be propagated to all the locals passed to the constructor. """