Skip to content

Commit c451a11

Browse files
authored
Fix type in config.cfg in pipelines,md
The file extension given didn't match the examples
1 parent a9d511c commit c451a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/pipelines.md

+2-2
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
@@ -628,4 +628,4 @@ if __name__ == "__main__":
628628

629629
🚦In pairs discuss:
630630
- How would you run the two scripts together?
631-
- Try and create the pipeline: `stream_twitter.py` -> `analyse_twitter.py`
631+
- Try and create the pipeline: `stream_twitter.py` -> `analyse_twitter.py`

0 commit comments

Comments
 (0)