-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #1448
Fix typos #1448
Conversation
@@ -223,8 +223,8 @@ def supports_vsi(driver): | |||
bool | |||
""" | |||
virutal_io = _get_metadata_item(driver, MetadataItem.VIRTUAL_IO) | |||
return virutal_io is not None and virutal_io.upper() == "YES" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funny!
@@ -285,7 +285,7 @@ | |||
# The format is a list of tuples containing the path and title. | |||
#epub_pre_files = [] | |||
|
|||
# HTML files shat should be inserted after the pages created by sphinx. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @kianmeng !
Found via `typos --hidden --format brief`
* This is 1.10.1 * Fix typos (#1448) Found via `typos --hidden --format brief` * Bump to next dev version --------- Co-authored-by: Kian-Meng Ang <kianmeng.ang@gmail.com>
🥳 🥳 🥳 🥳 🥳 |
Found via
typos --hidden --format brief