jmcarp / robobrowser

BSD 3-Clause "New" or "Revised" License
3.7k stars 337 forks source link

Inaccurate Docs #92

Open MurphyPone opened 4 years ago

MurphyPone commented 4 years ago

The follow_link(value=None, *args, **kwargs) documentation notes are incorrect.

On https://robobrowser.readthedocs.io/en/latest/api.html, the method description reads

Find a click a link by tag, pattern, and/or BeautifulSoup arguments.

Which appears to pertain to find() or find_all() Should just be

click a link