Skip to content

Commit

Permalink
standardize the use of triple quotes in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Aug 13, 2024
1 parent f6004b3 commit fe36e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/_post_coinit/bstr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class BSTR(_SimpleCData):
"The windows BSTR data type"
"""The windows BSTR data type"""
_type_ = "X"
_needsfree = False

Expand Down

0 comments on commit fe36e51

Please sign in to comment.