Skip to content

Commit 3cafaf9

Browse files
committed
Fix typo in URLs
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 24390fe commit 3cafaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We happily welcome contributions to the `databricks-sql-connector` package. We use [GitHub Issues](https://githaub.com/databricks/databricks-sql-python/issues) to track community reported issues and [GitHub Pull Requests](https://githaub.com/databricks/databricks-sql-python/pulls) for accepting changes.
1+
We happily welcome contributions to the `databricks-sql-connector` package. We use [GitHub Issues](https://github.com/databricks/databricks-sql-python/issues) to track community reported issues and [GitHub Pull Requests](https://github.com/databricks/databricks-sql-python/pulls) for accepting changes.
22

33
Contributions are licensed on a license-in/license-out basis.
44

@@ -102,5 +102,5 @@ poetry run pytest tests/tests.py::ClientTestSuite::test_closing_connection_close
102102
This project uses [Black](https://pypi.org/project/black/).
103103

104104
```
105-
poetry run black src
105+
poetry run python -m black src
106106
```

0 commit comments

Comments
 (0)