Skip to content

Commit 9164b6a

Browse files
Fix build_docs typo (#50262)
1 parent 3b7f392 commit 9164b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel-common/src/docs/build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def build_docs(
623623

624624
if len(packages_to_build) == 1:
625625
console.print(
626-
"[yellow]Building one package. Forcing --one-pass-oly and --jobs to 1 as only one pass is needed."
626+
"[yellow]Building one package. Forcing --one-pass-only and --jobs to 1 as only one pass is needed."
627627
)
628628
one_pass_only = True
629629
jobs = 1

0 commit comments

Comments
 (0)