From 07e732813560e03f6dd6b831382f2e17049a8541 Mon Sep 17 00:00:00 2001 From: kevr Date: Tue, 11 May 2021 02:48:40 +0000 Subject: [PATCH] Update Python Port --- Python-Port.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python-Port.md b/Python-Port.md index eb9dcc7..19d3400 100644 --- a/Python-Port.md +++ b/Python-Port.md @@ -85,7 +85,7 @@ All of these libraries are used in the [Getting Started](#getting-started) secti * Pytest-cov - [https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov) * A module used to collect and report coverage from Python execution. -Some modules required by legacy code include the following. +Some modules required by back-end code include the following. * Pygit2 - [https://github.com/libgit2/pygit2](https://github.com/libgit2/pygit2) * A git interface for Python.