defacto64/certificate-transparency

Typo in docstring for name.py::parse_alternative_names

Closed this issue · 1 comments


around line 84 of name.py

"""
    Returns:                                                                                                              
        A lit of GeneralName instances.
"""

s/lit/list/

thanks

nickg

Original issue reported on code.google.com by nickgsup...@gmail.com on 27 Sep 2013 at 7:31

Thanks! Fixed as part of 
https://code.google.com/p/certificate-transparency/source/detail?r=4fadbafca80bc
a0e291e987fd61c6188a4c93fb6

Original comment by ekasper@google.com on 30 Sep 2013 at 2:29

  • Changed state: Fixed