Skip to content

Commit 07e3229

Browse files
committed
Revert "forgot to remove a line" -- accidentally commited fabfile changes
This reverts commit 9bef24d.
1 parent 9bef24d commit 07e3229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/en/functions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Solution
9696
turtle.forward(50)
9797
turtle.left(90)
9898

99+
# Set the angle we want to use for our square
99100
tilted_square()
100101
tilted_square()
101102
tilted_square()

docs/fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
BUILD_DIR = os.path.join(BASE_DIR, '_build')
88
LANGUAGES = ['en']
99
MAIN_TARGET = 'html'
10-
REPOSITORY = 'https://github.com/SonOfLilit/python-beginners.git'
10+
REPOSITORY = 'git@github.com:OpenTechSchool/python-beginners.git'
1111

1212

1313
def setup():

0 commit comments

Comments
 (0)