From 8b84cfd9dc3b1471e456a3c9f6653fb523bea5aa Mon Sep 17 00:00:00 2001 From: Alexandre Conde Date: Sat, 5 Mar 2016 15:34:43 +0000 Subject: [PATCH] update editions description --- docs/devs.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devs.rst b/docs/devs.rst index 88e6a12c..3d15a2c1 100644 --- a/docs/devs.rst +++ b/docs/devs.rst @@ -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).