10000 FIX: Typo. · python/docsbuild-scripts@1142bc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1142bc7

Browse files
committed
FIX: Typo.
1 parent ba2c9c3 commit 1142bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def build_one(version, isdev, quick, venv, build_root, www_root,
160160
if not language:
161161
language = 'en'
162162
checkout = build_root + "/python" + str(version).replace('.', '')
163-
logging.info("Bulid start for version: %s, language: %s",
163+
logging.info("Build start for version: %s, language: %s",
164164
str(version), language)
165165
sphinxopts = ''
166166
if language == 'en':

0 commit comments

Comments
 (0)
0