From d88fc49d0f3c2d3b820dde210cd998e07b49a76e Mon Sep 17 00:00:00 2001 From: Adam Narkunski Date: Sun, 27 May 2018 14:48:01 +0300 Subject: [PATCH] Fix typo in 'interpreted' --- source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.rst b/source/intro.rst index 305218d..b6e74f0 100644 --- a/source/intro.rst +++ b/source/intro.rst @@ -117,7 +117,7 @@ Drone.io Background Assumptions ====================== -* Familiarity with Python or a similar dynamic, interpretted language. +* Familiarity with Python or a similar dynamic, interpreted language. * Comfortable working on the UNIX command line. * Basic understanding of internet protocols such as HTTP(S).