commit b060be224ef31342f813b8224fcac7f17fdcb3a4 Author: Damian Johnson atagar@torproject.org Date: Thu Jan 17 09:37:37 2013 -0800
Malformed url in docs
Missing the proper reStructuredText formatting for a url. --- stem/descriptor/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/stem/descriptor/__init__.py b/stem/descriptor/__init__.py index 3a0f46e..178795c 100644 --- a/stem/descriptor/__init__.py +++ b/stem/descriptor/__init__.py @@ -59,7 +59,7 @@ def parse_file(descriptor_file, descriptor_type = None, path = None): :class:`~stem.descriptor.reader.DescriptorReader`.
:param file descriptor_file: opened file with the descriptor contents - :param tuple descriptor_type: tuple of the form **(type, major_version, minor_version)** as per `https://metrics.torproject.org/formats.html#descriptortypes%60_ + :param tuple descriptor_type: tuple of the form **(type, major_version, minor_version)** as per the `metrics site https://metrics.torproject.org/formats.html#descriptortypes`_ :param str path: absolute path to the file's location on disk
:returns: iterator for :class:`stem.descriptor.Descriptor` instances in the file