Skip to content

Commit fbaa1e4

Browse files
committed
docs: Capitalization
1 parent 9459d24 commit fbaa1e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ detection and parsing of URLs, commanding, and syncing with `git`, `hg`, and `sv
66

77
## Overview
88

9-
Features for git, Subversion, and Mercurial:
9+
Features for Git, Subversion, and Mercurial:
1010

1111
- **Detect and parse** VCS URLs
1212
- **Command** VCS via python API
@@ -20,7 +20,7 @@ $ pip install --user libvcs
2020

2121
## URL Parsing (experimental)
2222

23-
You can validate and parse git, Mercurial, and Subversion URLs through
23+
You can validate and parse Git, Mercurial, and Subversion URLs through
2424
[`libvcs.parse`](https://libvcs.git-pull.com/parse/index.html):
2525

2626
Validate:
@@ -32,7 +32,7 @@ Validate:
3232
True
3333
```
3434

35-
Parse and adjust a git url:
35+
Parse and adjust a Git URL:
3636

3737
```
3838
from libvcs.parse.git import GitUrl

libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
3-
__description__ = "Lite, typed, python utilities for git, svn, mercurial, etc."
3+
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
44
__version__ = "0.14.0a6"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libvcs"
33
version = "0.14.0a6"
4-
description = "Lite, typed, python utilities for git, svn, mercurial, etc."
4+
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
77
keywords = [

0 commit comments

Comments
 (0)