You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an invalid git clone path in the front page of https://devguide.python.org/. It says to do clone using git clone https://github.com/<your_username>/cpython . But it should be git clone https://github.com/python/cpython.git.
Uh oh!
There was an error while loading. Please reload this page.
There is an invalid git clone path in the front page of https://devguide.python.org/. It says to do clone using
git clone https://github.com/<your_username>/cpython
. But it should begit clone https://github.com/python/cpython.git
.Another one is at https://devguide.python.org/docquality/ asked to clone
git clone https://github.com/<your_username>/devguide
I want to fix it.
The text was updated successfully, but these errors were encountered: