Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f589b commit 304e4ccCopy full SHA for 304e4cc
CONTRIBUTING.md
@@ -37,7 +37,7 @@ pull requests (PRs).
37
To create a new PR, fork the project in GitHub and clone the upstream repo:
38
39
```sh
40
-$ git clone https://https://github.com/open-telemetry/opentelemetry-python.git
+$ git clone https://github.com/open-telemetry/opentelemetry-python.git
41
```
42
43
Add your fork as an origin:
@@ -50,7 +50,7 @@ Run tests:
50
51
52
# make sure you have all supported versions of Python installed
53
-$ pip install tox # only first time.
+$ pip install tox # only first time.
54
$ tox # execute in the root of the repository
55
56
0 commit comments