docs: use straight quotes (') instead of typographic apostrophes (’)

Typographic apostrophes can lead to formatting or encoding issues in technical documents.
Straight quotes are preferred in source-controlled files to ensure consistency and portability.
This commit is contained in:
kinoshitakenta 2025-07-03 13:22:24 +08:00
parent e1ec580ce1
commit 982e70a4e4
Signed by: kinoshitakenta
GPG Key ID: A811E8CA36EF425E
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def keep_login_status(driver: webdriver.Chrome, login_info: LoginInfo) -> bool:
"""
Attempt to log into the CHI MotorWeb ERP system using the provided login information.
This function navigates to the login page, fills in the login form with the users credentials,
This function navigates to the login page, fills in the login form with the user's credentials,
and attempts to log in. It handles unexpected alert pop-ups that indicate login failure,
and manages browser windows to ensure only the relevant page remains open.