From 792f9bde814ffc717eb0c5148967311a5f229383 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Wed, 20 May 2015 10:17:49 -0700 Subject: [PATCH] fix link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a177574..19e9571b2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Each Python module is represented by a `.py` "stub". This is a normal Python file (i.e., it can be interpreted by Python 3), except all the methods are empty. Python function annotations ([PEP 3107](https://www.python.org/dev/peps/pep-3107/)) are used to describe the types the function has. -See ([PEP 484](http://www.python.org/dev/peps/pep-0484/)) for the exact syntax +See [PEP 484](http://www.python.org/dev/peps/pep-0484/) for the exact syntax of the stub files. ## Example