alecmuffett / certificate-transparency

Automatically exported from code.google.com/p/certificate-transparency
0 stars 0 forks source link

Typo in docstring for name.py::parse_alternative_names #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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