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 9bef24d commit 07e3229Copy full SHA for 07e3229
docs/en/functions.rst
@@ -96,6 +96,7 @@ Solution
96
turtle.forward(50)
97
turtle.left(90)
98
99
+ # Set the angle we want to use for our square
100
tilted_square()
101
102
docs/fabfile.py
@@ -7,7 +7,7 @@
7
BUILD_DIR = os.path.join(BASE_DIR, '_build')
8
LANGUAGES = ['en']
9
MAIN_TARGET = 'html'
10
-REPOSITORY = 'https://github.com/SonOfLilit/python-beginners.git'
+REPOSITORY = 'git@github.com:OpenTechSchool/python-beginners.git'
11
12
13
def setup():
0 commit comments