From f88ec98239267c915542554411e90b8725de5270 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 13 Jun 2021 16:27:27 +0200 Subject: Fix typos in doc Fixes upstream PR #148, #184 --- doc/source/documentation/rs274x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/documentation/rs274x.rst') diff --git a/doc/source/documentation/rs274x.rst b/doc/source/documentation/rs274x.rst index 00094d4..a9f9d6b 100644 --- a/doc/source/documentation/rs274x.rst +++ b/doc/source/documentation/rs274x.rst @@ -9,7 +9,7 @@ The RS-274X (Gerber) format is the most common format for exporting PCB artwork. The Specification is published by Ucamco and is available `here `_. -The :mod:`rs274x` submodule implements calsses to read and write +The :mod:`rs274x` submodule implements classes to read and write RS-274X files without having to know the precise details of the format. The :mod:`rs274x` submodule's :func:`read` function serves as a -- cgit