Skip to content

Commit ce77989

Browse files
committed
Reformat _check_name function docstring
1 parent 3cac866 commit ce77989

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

khiops/core/dictionary.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ def _quote_value(value):
7979

8080

8181
def _check_name(name):
82-
"""Ensures the variable name is consistent
83-
with the Khiops core name constraints
82+
"""Ensures the variable name is consistent with the Khiops core name constraints
83+
84+
Plain string or bytes are both accepted as input. The Khiops core forbids a name:
8485
85-
Plain string or bytes are both accepted as input.
86-
The Khiops core forbids a name
8786
- with a length outside the [1,128] interval
8887
- containing a simple (Unix) carriage-return (\n)
8988
- with leading and trailing spaces.
90-
This function must check at least these constraints.
89+
90+
This function must check these constraints.
9191
9292
Parameters
9393
----------

0 commit comments

Comments
 (0)