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/excellon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/documentation/excellon.rst') diff --git a/doc/source/documentation/excellon.rst b/doc/source/documentation/excellon.rst index 7ac3b39..e3b4e2c 100644 --- a/doc/source/documentation/excellon.rst +++ b/doc/source/documentation/excellon.rst @@ -11,7 +11,7 @@ information. The Excellon format is used to program CNC drilling macines for drilling holes in PCBs. As such, excellon files are sometimes refererred to as NC-drill files. The Excellon format reference is available `here `_. The :mod:`excellon` -submodule implements calsses to read and write excellon files without having +submodule implements classes to read and write excellon files without having to know the precise details of the format. The :mod:`excellon` submodule's :func:`read` function serves as a -- cgit