2009 WTA Tour Championships – Doubles
Cara Black and Liezel Huber are the defending champions, but they lost in the final against Nuria Llagostera Vives and María José Martínez Sánchez.
Doubles | |
---|---|
2009 WTA Tour Championships | |
Champions | |
Runners-up | |
Final score | 7-6(0), 5-7, [10-7] |
Seeds
Cara Black / Liezel Huber (Finals) Serena Williams / Venus Williams (Semifinals) Nuria Llagostera Vives / María José Martínez Sánchez (Champions) Samantha Stosur / Rennae Stubbs (Semifinals)
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
Finals
Semifinals | Final | ||||||||||||
1 | 3 | 7 | [10] | ||||||||||
4 | 6 | 63 | [8] | ||||||||||
1 | 60 | 7 | [7] | ||||||||||
3 | 7 | 5 | [10] | ||||||||||
3 | 2 | 6 | [10] | ||||||||||
2 | 6 | 4 | [8] | ||||||||||
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.