Skip to content

Commit 0ec3982

Browse files
author
Aaron Gonzales
committed
update readme
1 parent 235f595 commit 0ec3982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/api_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"Working with the API within a Python program is straightforward both for Premium and Enterprise clients.\n",
88
"\n",
9-
"I have my credentials set up in a YAML file called `~/.twitter_keys.yaml`."
9+
"We'll assume that credentials are in the default location, `~/.twitter_keys.yaml`."
1010
]
1111
},
1212
{

examples/api_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Working with the API within a Python program is straightforward both for
33
Premium and Enterprise clients.
44

5-
I have my credentials set up in a YAML file called
5+
We’ll assume that credentials are in the default location,
66
``~/.twitter_keys.yaml``.
77

88
.. code:: ipython3

0 commit comments

Comments
 (0)