Skip to content

Commit 790f198

Browse files
authored
Fix typo in module docstring punctuation
1 parent a07c634 commit 790f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

floki/__init__.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""Floki: A HTTP client library for Mojo."""
1+
"""Floki: A HTTP client library for Mojo!"""
22
from floki.session import Session
33
from floki.http import StatusCode, Protocol, RequestMethod

0 commit comments

Comments
 (0)