summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-30 23:34:31 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-18 21:17:27 +0200
commit1e4858f678be6f902050cef092573aefeb606ed1 (patch)
tree79e606ee58b1837f9b97b1f1b76bad525591dae4
parent6cb0fa613105db8e924ba9545e8a2101dc3c29d2 (diff)
Spelling
Gbp-Pq: Name 0002-Spelling.patch
-rw-r--r--gdspy/__init__.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdspy/__init__.py b/gdspy/__init__.py
index ca16f5c..44de47f 100644
--- a/gdspy/__init__.py
+++ b/gdspy/__init__.py
@@ -6532,13 +6532,13 @@ class Cell(object):
Parameters
----------
single_layer : integer or None
- If not None, all polygons will be transfered to the
+ If not None, all polygons will be transferred to the
layer indicated by this number.
single_datatype : integer or None
- If not None, all polygons will be transfered to the
+ If not None, all polygons will be transferred to the
datatype indicated by this number.
single_datatype : integer or None
- If not None, all labels will be transfered to the
+ If not None, all labels will be transferred to the
texttype indicated by this number.
Returns
@@ -8584,12 +8584,12 @@ def gdsii_hash(filename, engine=None):
engine : hashlib-like engine
The engine that executes the hashing algorithm. It must provide
the methods `update` and `hexdigest` as defined in the hashlib
- module. If None, the dafault `hashlib.sha1()` is used.
+ module. If None, the default `hashlib.sha1()` is used.
Returns
-------
out : string
- The hash correponding to the library contents in hex format.
+ The hash corresponding to the library contents in hex format.
"""
with open(filename, "rb") as fin:
data = fin.read()