Virginia Slims of Columbus
The Virginia Slims of Columbus is a defunct WTA Tour affiliated women's tennis tournament played from 1972 to 1973. It was held in Columbus, Ohio in the United States and played on outdoor grass courts.
Virginia Slims of Columbus | |
---|---|
Defunct tennis tournament | |
Event name | Virginia Slims of Columbus |
Tour | WTA Tour |
Founded | 1972 |
Abolished | 1973 |
Editions | 2 |
Surface | Grass |
Past finals
Singles
Year | Champions | Runners-up | Score |
---|---|---|---|
1972 | ![]() | ![]() | 6–7(2–5), 7–6(5–0), 6–0 |
1973 | ![]() | ![]() | Walkover |
Doubles
Year | Champions | Runners-up | Score |
---|---|---|---|
1972 | ![]() ![]() | ![]() ![]() | 6–4, 6–3 |
1973 | ![]() ![]() | ![]() ![]() | 7–5, 7–5 |
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: If I manually operate ABR via direct bee interface it *should* work.
gollark: I made it inherit from VoiceChannel.
See also
- Columbus Open – men's tournament
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.