We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19437f5 commit c597d67Copy full SHA for c597d67
source_py3/python_toolbox/combi/misc.py
@@ -13,7 +13,7 @@ class MISSING_ELEMENT:
13
'''A placeholder for a missing element used in internal calculations.'''
14
15
16
-def get_short_factorial_string(number, minus_one=False):
+def get_short_factorial_string(number, *, minus_one=False):
17
'''
18
Get a short description of the factorial of `number`.
19
0 commit comments