Skip to content
Snippets Groups Projects
Verified Commit ec954b0a authored by Felix Yan's avatar Felix Yan Committed by David Runge
Browse files

fix: Correct typos in srcinfo.py

parent 86ecfbec
No related branches found
Tags 4.0-3
1 merge request!158Correct typos in srcinfo.py
Pipeline #120545 failed
......@@ -452,7 +452,7 @@ class PkgBaseSectionV1(
conflicts: list[str] | None
An optional list of packages conflicting with a package
depends: list[str] | None
An optional list of depdendency package names
An optional list of dependency package names
epoch: PositiveInt | None
An optional positive integer representing the epoch of a package
groups: list[str] | None
......@@ -542,7 +542,7 @@ class PkgNameSectionV1(
conflicts: list[str] | None
An optional list of packages conflicting with a package
depends: list[str] | None
An optional list of depdendency package names
An optional list of dependency package names
groups: list[str] | None
An optional list of groups that a package belongs to
install: str | None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment