From a7bd6eaebaf018fa61d09e3b5f37d31d30d7074b Mon Sep 17 00:00:00 2001 From: Kalpa Welivitigoda Date: Sun, 11 Aug 2013 05:39:46 +0000 Subject: fixed a typo --- diff --git a/po/about_sugar.pot b/po/about_sugar.pot index eb9fe38..174b9fc 100644 --- a/po/about_sugar.pot +++ b/po/about_sugar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sugar 0.94\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-10 19:46\n" +"POT-Creation-Date: 2013-08-11 11:08\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -158,7 +158,7 @@ msgstr "" #: ../../source/about_sugar.rst:67 # 89869fd748f7467cb1b37140c741adf8 -msgid "An interpreted language is a programming language whose instructions are interpreted \"on the fly\" (or compiled to a virtual machine code) as opposed to precompiled. The significant of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library." +msgid "An interpreted language is a programming language whose instructions are interpreted \"on the fly\" (or compiled to a virtual machine code) as opposed to precompiled. The significance of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library." msgstr "" #: ../../source/about_sugar.rst:71 diff --git a/source/about_sugar.rst b/source/about_sugar.rst index 2ba74c7..be1466a 100644 --- a/source/about_sugar.rst +++ b/source/about_sugar.rst @@ -64,7 +64,7 @@ Sugar Labs is a non-profit foundation whose mission is to produce, distribute, a .. [2] Reflective practice is a concept introduced by Donald Schön in his book The Reflective Practitioner. Reflective practice involves students applying their own experiences to practice while being mentored by domain experts. In the context of Sugar, the expert could be a teacher, a parent, a community member, or a fellow student. -.. [3] An interpreted language is a programming language whose instructions are interpreted "on the fly" (or compiled to a virtual machine code) as opposed to precompiled. The significant of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library. +.. [3] An interpreted language is a programming language whose instructions are interpreted "on the fly" (or compiled to a virtual machine code) as opposed to precompiled. The significance of interpreted languages to the Sugar platform include: platform independence, ease of debugging, ready access to source code, and small program size. Python is a general-purpose, high-level programming language. It emphasizes code readability and features a minimalist syntax and comprehensive standard library. :author: -- cgit v0.9.1