Skip to content

Commit c597d67

Browse files
committed
-
1 parent 19437f5 commit c597d67

File tree

1 file changed

+1
-1
lines changed
  • source_py3/python_toolbox/combi

1 file changed

+1
-1
lines changed

source_py3/python_toolbox/combi/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MISSING_ELEMENT:
1313
'''A placeholder for a missing element used in internal calculations.'''
1414

1515

16-
def get_short_factorial_string(number, minus_one=False):
16+
def get_short_factorial_string(number, *, minus_one=False):
1717
'''
1818
Get a short description of the factorial of `number`.
1919

0 commit comments

Comments
 (0)