From 6e6102e047c5be74aa43be3d9f86761adc131d9b Mon Sep 17 00:00:00 2001 From: "filipe@flexcompute.com" Date: Fri, 31 Oct 2025 17:21:37 -0300 Subject: [PATCH] docs: Fix angle spec documentation --- docs/api/sources.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/sources.rst b/docs/api/sources.rst index c5924a4b0c..e3483fd9e7 100644 --- a/docs/api/sources.rst +++ b/docs/api/sources.rst @@ -114,8 +114,8 @@ Plane Wave :template: module.rst tidy3d.PlaneWave - tidy3d.FixedInPlaneK - tidy3d.FixedAngle + tidy3d.FixedInPlaneKSpec + tidy3d.FixedAngleSpec The ``PlaneWave`` class represents an incident plane wave of a certain polarization and orientation. This is typically used in conjunction with periodic boundary conditions, e.g. in a unit cell simulation.