From cc15b3ff1b49940d710313974c4752c2f57a5033 Mon Sep 17 00:00:00 2001 From: josuebrunel Date: Mon, 8 Jun 2015 12:39:30 +0200 Subject: [PATCH] #1: updating documentation --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e91987e..6bf2df2 100755 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Methods ------- ####use(yql_table_url,name=yql_table_name) -Changes the data provider +Maps a table name to the URL of an Open Data Table. ```python >>> yql.use('http://www.josuebrunel.org//users.xml', name='myusers') diff --git a/docs/index.md b/docs/index.md index c0c9c95..1a7af9c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -159,7 +159,7 @@ Methods ------- ####use(yql_table_url,name=yql_table_name) -Changes the data provider +Maps a table name to the URL of an Open Data Table. ```python >>> yql.use('http://www.josuebrunel.org//users.xml', name='myusers')