From 9701d4572b27f3c1a02b34c84b70ce5bf71ddeda Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 25 Aug 2022 21:20:16 +0200 Subject: Capitalized Python. --- doc/tex/systemAnalysis.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/tex/systemAnalysis.tex') diff --git a/doc/tex/systemAnalysis.tex b/doc/tex/systemAnalysis.tex index 3b6a0a3..c84f95f 100644 --- a/doc/tex/systemAnalysis.tex +++ b/doc/tex/systemAnalysis.tex @@ -195,8 +195,8 @@ requisites needed for the system. \begin{enumerate} - \item The game program will be a python file able to be executed by the - python interpreter. + \item The game program will be a Python file able to be executed by the + Python interpreter. \item The game program will make use of standard input and standard output for communication. @@ -206,8 +206,8 @@ requisites needed for the system. \item Standard output will be used for messages directed to the user. \end{enumerate} - \item The engine program will be a python file able to be executed by the - python interpreter. + \item The engine program will be a Python file able to be executed by the + Python interpreter. \item The engine program will make use of standard input and standard output for communication. @@ -217,8 +217,8 @@ requisites needed for the system. commands. \end{enumerate} - \item The trainer program will be a python file able to be executed by the - python interpreter. + \item The trainer program will be a Python file able to be executed by the + Python interpreter. \item The engine program will make use of standard input and standard output for communication. @@ -881,7 +881,7 @@ GTP protocol and outputs the coordinates of the board to play. \subsubsection{Unitary Testing} -Tests for the python code are developed using the unittest \cite{python_unittest} +Tests for the Python code are developed using the unittest \cite{python_unittest} testing framework. It has been chosen by virtue of being thoroughly documented and widely used. -- cgit v1.2.1