docs: Add missing space to compound verbs “back up”, “log in”, etc.

Noun: backup, login, logout, lookup, setup.

Verb: back up, log in, log out, look up, set up.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-07 11:41:10 -08:00
committed by Anders Kaseorg
parent b0ce4f1bce
commit e1f42c1ac5
21 changed files with 32 additions and 32 deletions

View File

@@ -321,7 +321,7 @@ def add_cert_to_pipconf() -> None:
def do_setup_virtualenv(venv_path: str, requirements_file: str) -> None:
# Setup Python virtualenv
# Set up Python virtualenv
new_packages = set(get_package_names(requirements_file))
run_as_root(["rm", "-rf", venv_path])