Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
Close #154
  • Loading branch information
hasecilu authored and looooo committed Mar 21, 2024
1 parent 529b500 commit 4710196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freecad/gears/timinggear_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, obj):
"backlash",
"tolerance",
translate(
"TimingGearT"
"TimingGearT",
"The arc length on the pitch circle by which the tooth thicknes is reduced.",
),
)
Expand Down

0 comments on commit 4710196

Please sign in to comment.