Skip to content

Commit 6f54206

Browse files
committed
Styled comment
1 parent a061863 commit 6f54206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _from_sequence(
212212

213213

214214
elif isinstance(scalars, KeysView):
215-
#Convert dict_keys to a NumPy array. Note dict_keys is a type alias for KeysView.
215+
#Convert dict_keys to a NumPy array
216216
scalars = list(scalars)
217217

218218
# convert non-na-likes to str

0 commit comments

Comments
 (0)