[tor-commits] [stem/master] Malformed url in docs
atagar at torproject.org
atagar at torproject.org
Thu Jan 17 17:38:23 UTC 2013
commit b060be224ef31342f813b8224fcac7f17fdcb3a4
Author: Damian Johnson <atagar at 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`_
+ :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
More information about the tor-commits
mailing list