2013 Sarasota Open – Doubles
Johan Brunström and Izak van der Merwe were the defending champions but van der Merwe decided not to participate.
Brunström paired up with Eric Butorac, but they lost to Steve Johnson and Bradley Klahn in the first round.
Ilija Bozoljac and Somdev Devvarman defeated Johnson and Klahn in the final 6–7(5–7), 7–6(7–3), [11–9] to win the title.
Doubles | |
---|---|
2013 Sarasota Open | |
Champions | |
Runners-up | |
Final score | 6–7(5–7), 7–6(7–3), [11–9] |
Seeds
Johan Brunström / Eric Butorac (First Round) Jamie Murray / John Peers (First Round) Nicholas Monroe / Simon Stadler (Semifinals) Benjamin Becker / Stefano Ianni (Quarterfinals)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
Draw
First Round | Quarterfinals | Semifinals | Final | ||||||||||||||||||||||||
1 | 5 | 3 | |||||||||||||||||||||||||
7 | 6 | 65 | 6 | [10] | |||||||||||||||||||||||
63 | 1 | 77 | 4 | [4] | |||||||||||||||||||||||
77 | 6 | 5 | 6 | [10] | |||||||||||||||||||||||
4 | 77 | 6 | WC | 7 | 4 | [6] | |||||||||||||||||||||
WC | 65 | 4 | 4 | 2 | 6 | [3] | |||||||||||||||||||||
5 | 7 | [6] | WC | 6 | 3 | [10] | |||||||||||||||||||||
WC | 7 | 5 | [10] | 77 | 63 | [9] | |||||||||||||||||||||
WC | 0 | 4 | Q | 65 | 77 | [11] | |||||||||||||||||||||
6 | 6 | 65 | 4 | ||||||||||||||||||||||||
4 | 4 | 3 | 77 | 6 | |||||||||||||||||||||||
3 | 6 | 6 | 3 | 4 | 1 | ||||||||||||||||||||||
61 | 3 | Q | 6 | 6 | |||||||||||||||||||||||
77 | 6 | 3 | 4 | ||||||||||||||||||||||||
Q | 3 | 6 | [10] | Q | 6 | 6 | |||||||||||||||||||||
2 | 6 | 1 | [4] |
gollark: !typerace 50
gollark: ddg!wikihow cheat at esobot typerace
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.