We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc8f90 commit 7f530d5Copy full SHA for 7f530d5
elasticsearch/connection_pool.py
@@ -29,7 +29,7 @@ class ConnectionSelector(object):
29
30
Example of where this would be useful is a zone-aware selector that would
31
only select connections from it's own zones and only fall back to other
32
- connections where there would be none in it's zones.
+ connections where there would be none in its zones.
33
"""
34
35
def __init__(self, opts):
0 commit comments