small fix authored by joha2's avatar joha2
......@@ -42,7 +42,7 @@ components = [
(s, rt) = pyrateoptics.build_simple_optical_system(components, name="s")
# Notice: It is always a good idea to provide names for systems, elements
# and components. There is also a convenience function for rotationally
# symmetric systems `build_rotationally_symmetric_system`.
# symmetric systems `build_rotationally_symmetric_optical_system`.
tiltx_s2 = s.elements["stdelem"].surfaces["s2"].rootcoordinatesystem.tiltx
tiltx_s3 = s.elements["stdelem"].surfaces["s3"].rootcoordinatesystem.tiltx
......
......