Commit 084b358
Fix typo "handles" to "handled" in pinmem_nonblock.py (#3807)
## Description
This PR fixes a small grammatical typo in `pinmem_nonblock.py`.
- **Original:** "...cuda streams can be handles using"
- **Fixed:** "...cuda streams can be handled using"
## Checklist
<!--- Make sure to add `x` to all items in the following checklist: -->
- [x] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER") (N/A - Typo fix)
- [x] Only one issue is addressed in this pull request
- [x] Labels from the issue that this PR is fixing are added to this
pull request
- [x] No unnecessary issues are included into this pull request.
Co-authored-by: danko <danko.pistek@gmail.com>
Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>1 parent f79c3d9 commit 084b358
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments