Skip to content

Commit 1610eb9

Browse files
committed
docs(CHANGES): Fix link
1 parent dc736d6 commit 1610eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ $ pip install --user --upgrade --pre libvcs
9797
- Basic mypy tests now pass
9898
- Type annotations added, including improved typings for:
9999

100-
- {meth}`libvcs._internal.subprocess.SubprocessCommand.run`
100+
- {func}`libvcs._internal.run.run`
101101
- {meth}`libvcs._internal.subprocess.SubprocessCommand.Popen`
102102
- {meth}`libvcs._internal.subprocess.SubprocessCommand.check_output`
103-
- {meth}`libvcs._internal.subprocess.run.run`
103+
- {meth}`libvcs._internal.subprocess.SubprocessCommand.run`
104104

105105
- `make mypy` and `make watch_mypy`
106106
- Automatic checking on CI

0 commit comments

Comments
 (0)