Template module options template_path and template_fullpath

From http://docs.ansible.com/ansible/template_module.html:

[…] template_path the absolute path of the template, template_fullpath is the absolute path of the template […]

The documentation is correct, however I’m guessing the intend was perhaps for ‘template_path’ to show the relative path?

so in devel:

            temp_vars['template_path'] = source
            temp_vars['template_fullpath'] = os.path.abspath(source)

i might need to update the docs