Skip to content

Commit d8771a8

Browse files
authored
Merge pull request #8 from DustyShap/patch-1
Fix type in config.cfg in pipelines.md
2 parents 7d079da + c451a11 commit d8771a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pipelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ We will be using the Tweepy library for this (docs here [https://tweepy.readthed
200200
Let's start with an example to collect some Tweets from your public timeline
201201
(for details on the Tweet object visit [the API docs](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/intro-to-tweet-json#tweetobject))
202202

203-
🚦 The first step will be to create a config file (`config.cgf`) with your Twitter API tokens.
203+
🚦 The first step will be to create a config file (`config.cfg`) with your Twitter API tokens.
204204
```
205205
[twitter]
206206
consumer_key = xxxxxxxxxxxxxxxxxx

0 commit comments

Comments
 (0)