Skip to content

Commit 79e5930

Browse files
committed
fixed docstrings
1 parent d029eb6 commit 79e5930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdshelpers/helpers/under_etching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def create_holes_for_under_etching(underetch_parts, complete_structure, hole_rad
99
1010
:param underetch_parts: List of gdshelpers parts around which the holes shall be placed
1111
:param complete_structure: geometric union of the complete structure, needed to avoid collisions between
12-
underetching holes and other structures, e.g. waveguides
12+
underetching holes and other structures, e.g. waveguides
1313
:param hole_radius: Radius of the holes in microns
1414
:param hole_distance: Distance of the holes center from the the structures in microns
1515
:param hole_spacing: Distance between the holes in microns

gdshelpers/parts/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CNT(object):
2525
:param width: Width of the angle waveguide.
2626
:param gap: Gap between electrode tip and waveguide.
2727
:param l_taper: length of the waveguide taper used before and after the cnt. i.a. 2*l_taper will be
28-
added to the waveguide
28+
added to the waveguide
2929
:param w_taper: width of waveguide at the cnts position
3030
:param el_l_straight: length of electrode part with largest thickness
3131
:param el_l_taper: length over which 2*el_radius is tapered to el_final_width

0 commit comments

Comments
 (0)