We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235f595 commit 0ec3982Copy full SHA for 0ec3982
2 files changed
examples/api_example.ipynb
@@ -6,7 +6,7 @@
6
"source": [
7
"Working with the API within a Python program is straightforward both for Premium and Enterprise clients.\n",
8
"\n",
9
- "I have my credentials set up in a YAML file called `~/.twitter_keys.yaml`."
+ "We'll assume that credentials are in the default location, `~/.twitter_keys.yaml`."
10
]
11
},
12
{
examples/api_example.rst
@@ -2,7 +2,7 @@
2
Working with the API within a Python program is straightforward both for
3
Premium and Enterprise clients.
4
5
-I have my credentials set up in a YAML file called
+We’ll assume that credentials are in the default location,
``~/.twitter_keys.yaml``.
.. code:: ipython3
0 commit comments