Skip to content

Commit 47648e0

Browse files
authored
Merge pull request #41 from Galarzaa90/36-minor-outdated-documentation
Remove documentation reference to get_url
2 parents b29b761 + 90fc8be commit 47648e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/intro.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ The asynchronous client (:class:`tibiapy.Client`) contains methods to obtain inf
3939

4040
The parsing methods allow you to get Python objects given the HTML content of a page.
4141

42-
The main models have a ``get_url`` method that can be used to get their Tibia.com page.
42+
The ``tibiapy.urls`` package contains many methods to get URLs for Tibia.com.
43+
4344
With the url, the html/json content can be fetched and then passed to their ``from_content`` methods.
4445

4546
This allows you to use any networking module to obtain the data, and use the library to parse it.

0 commit comments

Comments
 (0)