We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29852a commit edae422Copy full SHA for edae422
src/libtmux/_vendor/version.py
@@ -197,10 +197,15 @@ class Version(_BaseVersion):
197
def __init__(self, version: str) -> None:
198
"""Initialize a Version object.
199
200
- :param version:
+ Parameters
201
+ ----------
202
+ version : str
203
The string representation of a version which will be parsed and normalized
204
before use.
- :raises InvalidVersion:
205
+
206
+ Raises
207
+ ------
208
+ InvalidVersion
209
If the ``version`` does not conform to PEP 440 in any way then this
210
exception will be raised.
211
"""
0 commit comments