Skip to content

Commit

Permalink
fix unrelated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 30, 2024
1 parent 5527689 commit 0657034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ verified source.

```python
load_data = pipedrive_source() # calls the source function
load_info = pipeline.run(load_info) #runs the pipeline with selected source configuration
load_info = pipeline.run(load_data) #runs the pipeline with selected source configuration
print(load_info)
```

Expand Down

0 comments on commit 0657034

Please sign in to comment.