Skip to content

Commit

Permalink
docs: Fix typo in if __name__ == example (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 28, 2023
1 parent a8e35a1 commit da9d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ An example launch configuration, added to your `launch.json`, might be as follow
The above `module` value relies on an equivalent to the following snippet being added to the end of your `tap.py` or `target.py` file:

```python
if __name__ == "__main":
if __name__ == "__main__":
TapSnowflake.cli()
```

Expand Down

0 comments on commit da9d143

Please sign in to comment.