Skip to content

Commit

Permalink
update editions description
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 5, 2016
1 parent dfd48be commit 8b84cfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/devs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ In the namespace ``isbnlib`` you have access to the core methods:
``cache`` only allows two values: 'default' or None. You can change the kind of cache by using
``isbnlib.registry.set_cache`` (see below).

``editions(isbn, service='wcat')``
``editions(isbn, service='openl')``
Returns the list of ISBNs of editions related with this ISBN. By default
uses 'wcat', but other providers are avilable: 'thingl' (uses the
service ThingISBN from **LibraryThing**), 'merge' (merges 'wcat' with 'thingl')
and 'any' (first tries 'wcat', if no data, tries 'thingl').
uses 'openl', but other providers are available: 'thingl' (uses the
service ThingISBN from **LibraryThing**), 'merge' (merges 'openl' with 'thingl')
and 'any' (first tries 'openl', if no data, tries 'thingl').

``isbn_from_words(words)``
Returns the most probable ISBN from a list of words (for your geographic area).
Expand Down

0 comments on commit 8b84cfd

Please sign in to comment.