Skip to content

Commit

Permalink
Add gap=0 to align with lines 40, 97, and 98
Browse files Browse the repository at this point in the history
Fixes undefined name issues found in #705
  • Loading branch information
cclauss authored Feb 5, 2018
1 parent a90d4ab commit 3f667e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/tools/credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def credits1(creditfile,width,stretch=30,color='white',
stroke_color='black', stroke_width=2,
font='Impact-Normal',fontsize=60):
font='Impact-Normal',fontsize=60,gap=0):
"""
Expand Down

0 comments on commit 3f667e1

Please sign in to comment.