From c0748d265ba397c06c8887e63b7784c6eddb6ea4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 2 Feb 2016 18:25:27 +0100 Subject: [PATCH] pip 3107 -> 0484 --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 63dd5881..4f83ebf9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,7 +13,7 @@ class bytes64(bytes): pass # bytes variable of exactly 64 bytes class bytes65(bytes): pass # bytes variable of exactly 65 bytes ``` -Syntax used below is a valid Python function declaration with anotations defined in [PEP 3107](https://www.python.org/dev/peps/pep-3107/). +Syntax used below is a valid Python function declaration with type hints defined in [PEP 0484](https://www.python.org/dev/peps/pep-0484/). ##trezor.crypto