mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix docstring text length
This commit is contained in:
parent
247c931c0f
commit
18104b6aed
1 changed files with 3 additions and 2 deletions
|
|
@ -14,8 +14,9 @@ from .exceptions import BaseInvalidValue
|
|||
class OpenPypeVersionInput(TextEntity):
|
||||
"""Entity to store OpenPype version to use.
|
||||
|
||||
Settings created on another machine may affect available versions on current user's machine.
|
||||
Text input element is provided to explicitly set version not yet showing up the user's machine.
|
||||
Settings created on another machine may affect available versions
|
||||
on current user's machine. Text input element is provided to explicitly
|
||||
set version not yet showing up the user's machine.
|
||||
|
||||
It is possible to enter empty string. In that case is used any latest
|
||||
version. Any other string must match regex of OpenPype version semantic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue