File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,14 +320,14 @@ class HybridQuery(AggregateHybridQuery):
320320 .. deprecated::
321321 HybridQuery is a backward compatibility wrapper around AggregateHybridQuery
322322 and will eventually be replaced with a new hybrid query implementation.
323- to maintain current functionality please use AggregateHybridQuery directly.",
323+ To maintain current functionality please use AggregateHybridQuery directly.",
324324 """
325325
326326 def __init__ (self , * args , ** kwargs ):
327327 warnings .warn (
328328 "HybridQuery is a backward compatibility wrapper around AggregateHybridQuery "
329329 "and will eventually be replaced with a new hybrid query implementation. "
330- "to maintain current functionality please use AggregateHybridQuery directly." ,
330+ "To maintain current functionality please use AggregateHybridQuery directly." ,
331331 DeprecationWarning ,
332332 stacklevel = 2 ,
333333 )
You can’t perform that action at this time.
0 commit comments