Skip to content

Commit e0e8f20

Browse files
oleksandr-pavlykndgrigorian
authored andcommitted
Edits per PR review
1 parent 6fc1e26 commit e0e8f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpctl/_sycl_platform.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cdef class SyclPlatform(_SyclPlatform):
8787
""" SyclPlatform(self, arg=None)
8888
Python class representing ``sycl::platform`` class.
8989
90-
There are two ways of creating a :class`:`.SyclPlatform`
90+
There are two ways of creating a :class:`.SyclPlatform`
9191
instance:
9292
9393
- Invoking the constructor with no arguments creates a

dpctl/utils/_compute_follows_data.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_coerced_usm_type(usm_types, /):
9595
Returns:
9696
str
9797
type of USM allocation for the output arrays (s).
98-
``None`` if any of the input string is not recognized.
98+
``None`` if any of the input strings are not recognized.
9999
"""
100100
if not isinstance(usm_types, (list, tuple)):
101101
raise TypeError(

0 commit comments

Comments
 (0)