Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Commits on Jun 22, 2017

  1. Fix some typos in the README (#18)

    * Drop unnecessary backslash escaping
    * Fix a typo in a function name
    * Futures don't implement asyncio.as_completed()
    
    asyncio.as_completed() is just a function that knows how to query Futures.
    brettcannon authored and MIchaelMainer committed Jun 22, 2017