From 01fb1dcbf2160d50ccd18710557207d81ebf4175 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 11 May 2016 21:46:28 +0200 Subject: [PATCH] fix name in api.template --- docs/api.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.template.md b/docs/api.template.md index b63f41f3..10d4ac9f 100644 --- a/docs/api.template.md +++ b/docs/api.template.md @@ -1,4 +1,4 @@ -#TREZOR OS API +#TREZOR Core API Syntax used below is a valid Python function declaration with type hints defined in [PEP 0484](https://www.python.org/dev/peps/pep-0484/).