docs: correct documentation of shared_library soversions

We have always accepted an int here as an alternative to a string, but
the initial documentation thought it was only a string.
This commit is contained in:
Eli Schwartz 2022-03-29 14:37:56 -04:00 committed by Jussi Pakkanen
parent efc7604ca2
commit 34d39dce57
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ kwargs:
instead (see above).
soversion:
type: str
type: str | int
description: |
A string specifying the soversion of this shared library,
A string or integer specifying the soversion of this shared library,
such as `0`. On Linux and Windows this is used to set the
soversion (or equivalent) in the filename. For example, if
`soversion` is `4`, a Windows DLL will be called `foo-4.dll` and one