Skip to content

Commit

Permalink
Corrected minor doc errors
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Oct 30, 2024
1 parent 99cba0d commit e131557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/oidc-controller/config/user_variable_substitution.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def sub_days_plus_one(days: str) -> int:
"""Strings like '$sub_days_plus_one_4' will be replaced with the
final number icremented by one. In this case 5.
final number incremented by one. In this case 5.
$sub_days_plus_one_4 -> 5
$sub_days_plus_one_10 -> 10"""
$sub_days_plus_one_10 -> 11"""
return int(days) + 1


Expand Down

0 comments on commit e131557

Please sign in to comment.