Skip to content

Commit 95d27a8

Browse files
committed
docs(CHANGES): Correct e.g. stylings in parentheses
1 parent 4ca56fa commit 95d27a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ pip install --user --upgrade --pre libvcs
2020
#### urls: Variable changes (#463)
2121

2222
- `RE_PIP_REV` moved from `libvcs.url.git` to `libvcs.url.constants`.
23-
- Regex pattern for user (e.g. `git@`) decoupled to `RE_USER`.
23+
- Regex pattern for user (e.g., `git@`) decoupled to `RE_USER`.
2424
- `RE_PATH` and `SCP_REGEX` (now `RE_SCP`) no longer include user regex pattern
2525
- Existing patterns now use `RE_USER` explicitly.
2626
- `REGEX_SCP` renamed to `RE_SCP` for consistency.
@@ -621,7 +621,7 @@ Temporarily add `Faker` as a dependency (due to pytest), track longterm fix on (
621621

622622
_Backport from 0.13.4_
623623

624-
- {func}`~libvcs.shortcuts.create_project`: Add overloads that return the typed project (e.g.
624+
- {func}`~libvcs.shortcuts.create_project`: Add overloads that return the typed project (e.g.,
625625
{class}`~libvcs.sync.git.GitSync`)
626626

627627
_Backport from 0.13.3_
@@ -663,7 +663,7 @@ Temporarily add `Faker` as a dependency (due to pytest), track longterm fix on (
663663

664664
### Typings
665665

666-
- `create_project()`: Add overloads that return the typed project (e.g.
666+
- `create_project()`: Add overloads that return the typed project (e.g.,
667667
{class}`~libvcs.sync.git.GitSync`)
668668

669669
## libvcs 0.13.2 (2022-06-12)
@@ -751,7 +751,7 @@ Temporarily add `Faker` as a dependency (due to pytest), track longterm fix on (
751751

752752
### Bug fixes
753753

754-
- Fix argument input for commands, e.g. `git config --get color.diff` would not properly
754+
- Fix argument input for commands, for instance `git config --get color.diff` would not properly
755755
pass-through to subprocess. git: #360, svn and hg: #365
756756

757757
### Internals
@@ -998,7 +998,7 @@ releases. The API is subject to change significantly in pre-1.0 builds.
998998
- Move sphinx api format to Numpy-style
999999

10001000
- Move from reStructuredText to Markdown (via recommonmark). The master plan is to eliminate
1001-
docutils and sphinx as a bottleneck completely in favor of something else (e.g. gatsby with a
1001+
docutils and sphinx as a bottleneck completely in favor of something else (e.g., gatsby with a
10021002
source that inspects our modules and can source intersphinx)
10031003

10041004
- Move from RTD to GitHub Action, full support of poetry extras packages, deploys straight to S3

0 commit comments

Comments
 (0)