From 44da786f9c72ffe8c95f95aaa00bbc01415ebf16 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sun, 9 Jun 2024 21:40:39 -0600 Subject: [PATCH] Fixed inaccurate documentation in `optika.materials.AbstractLayer.transfer()` (#48) --- optika/materials/_layers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optika/materials/_layers.py b/optika/materials/_layers.py index e32c8e8..bc18f29 100644 --- a/optika/materials/_layers.py +++ b/optika/materials/_layers.py @@ -63,7 +63,7 @@ def transfer( Parameters ---------- wavelength - The wavelength of the incident light in the medium before this layer. + The wavelength of the incident light in vacuum. direction The component of the incident light's propagation direction in the medium before this layer antiparallel to the surface normal.