Skip to content

Commit 704c7df

Browse files
committed
Step numbering updated
1 parent 2efeee1 commit 704c7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/minimal/assets/_bootstrap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def load_module(self, fullname):
117117
sys.meta_path.append(CustomBuiltinImporter())
118118

119119
#
120-
# Step 4: fix some modules
120+
# Step 5: fix some modules
121121
#
122122

123123
# tempfile: https://github.com/kivy/python-for-android/issues/289
@@ -130,7 +130,7 @@ def load_module(self, fullname):
130130
sys.platform = 'linux2'
131131

132132
#
133-
# Step 4: bootstrap the application !
133+
# Step 6: bootstrap the application !
134134
#
135135

136136
main_module = sys.argv[1]

0 commit comments

Comments
 (0)