Skip to content

Commit f82b3d2

Browse files
committed
docs(git): Remove extra periods
1 parent bfeeddb commit f82b3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/projects/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def convert_pip_url(pip_url: str) -> VCSLocation:
126126

127127

128128
class GitRemoteDict(TypedDict):
129-
"""For use when hydrating GitProject via dict..."""
129+
"""For use when hydrating GitProject via dict."""
130130

131131
fetch_url: str
132132
push_url: str

0 commit comments

Comments
 (0)