Skip to content

Commit 7f530d5

Browse files
authored
Fix typo it's -> its
1 parent 1dc8f90 commit 7f530d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/connection_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ConnectionSelector(object):
2929
3030
Example of where this would be useful is a zone-aware selector that would
3131
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.
32+
connections where there would be none in its zones.
3333
"""
3434

3535
def __init__(self, opts):

0 commit comments

Comments
 (0)