Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Old: avoid having to invoking Python directly
New: avoid having to invoke Python directly
Reason: "invoking" is a gerund; after "having to", the correct verb form is the infinitive "invoke". This fixes a grammatical inconsistency.
Old: Oftentimes, the \v
prefix is required...
New: Oftentimes, the 'v' prefix is required...
Reason: The backticks were unnecessary and inconsistent with surrounding text. Switching to single quotes improves formatting clarity.
Old: ...more adhoc
New: ...more ad hoc
Reason: "Ad hoc" is a Latin phrase and should be written as two separate words. This improves accuracy and professionalism in writing.
Old: vyper <0.2.9 create_forwarder_to
New: vyper <0.2.9 create_forwarder_to()
Reason: The create_forwarder_to is a function. Adding parentheses () correctly reflects its nature as a callable, improving clarity and consistency.