Skip to content

Commit

Permalink
Restore space at end of line
Browse files Browse the repository at this point in the history
We now have 88 characters.
  • Loading branch information
pquentin committed May 22, 2020
1 parent 2e42b1c commit 614fe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trio/_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ async def wrapper(self, *args, **kwargs):
"""
if maybe_avail:
wrapper.__doc__ += (
f"Only available on platforms where :meth:`socket.socket.{methname}`"
" is available."
f"Only available on platforms where :meth:`socket.socket.{methname}` is "
"available."
)
return wrapper

Expand Down

0 comments on commit 614fe56

Please sign in to comment.