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 00c136f commit 8e86f90Copy full SHA for 8e86f90
doc/tutorial-1.rst
@@ -63,7 +63,7 @@ Then clone the ``requests`` project
63
.. code-block:: console
64
65
$ cd projects
66
- $ git clone git@github.com:requests/requests.git
+ $ git clone https://github.com/requests/requests.git
67
$ cd ..
68
69
@@ -77,7 +77,7 @@ For example:
77
78
79
80
- $ python -m import_deps projects/requests/requests/models.py
+ $ python -m import_deps projects/requests/src/requests/models.py
81
requests._internal_utils
82
requests.auth
83
requests.compat
0 commit comments