From 6c17eec48f9081aa78432be13de94d2ad1900654 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Fri, 16 Dec 2016 08:50:36 +0200 Subject: [PATCH] Updated documentation regarding .get() --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6f15f91..4271b4c 100644 --- a/README.rst +++ b/README.rst @@ -128,7 +128,7 @@ Or get it in a specific language: print(new.title.get('en')) # prints 'english title' print(new.title.get('ro')) # prints 'romanian title' - print(new.title.get()) # whatever language is the currently active one + print(new.title.get()) # whatever language is the primary one You can also explicitly set a value in a certain language: