Change unicode right single quote to ascii

This runs fine with python 3 but 2.7 fails when rendering the template even though this occurs in a comment.
This commit is contained in:
Dan Lloyd 2016-12-06 17:32:29 -05:00 committed by GitHub
parent 1034f09853
commit 73e8a88cd1

View File

@ -16,7 +16,7 @@ parenthesis. It also takes into account the special groupings like
vrrp_instance and virtual_server. Any additional data from a list or a vrrp_instance and virtual_server. Any additional data from a list or a
hash is then processed by calling the macro again. hash is then processed by calling the macro again.
Forced carriage returns and use of jinjas indent are only there to make Forced carriage returns and use of jinja's indent are only there to make
the final file more human readable. They serve no other function. the final file more human readable. They serve no other function.
#} #}