Skip to content

Commit

Permalink
Fix mistake in doc string (#13074)
Browse files Browse the repository at this point in the history
This should be "build" instead of "version".
  • Loading branch information
travishathaway committed Sep 15, 2023
1 parent 6d0d003 commit 9a23bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/plugins/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CondaVirtualPackage(NamedTuple):
:param name: Virtual package name (e.g., ``my_custom_os``).
:param version: Virtual package version (e.g., ``1.2.3``).
:param version: Virtual package build string (e.g., ``x86_64``).
:param build: Virtual package build string (e.g., ``x86_64``).
"""

name: str
Expand Down

0 comments on commit 9a23bc4

Please sign in to comment.