raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Typo of Error message in vector3d.autowrap_function2d/3d ? #400

Closed munechika-koyo closed 2 years ago

munechika-koyo commented 2 years ago

I found there might be typos in autowrap_function2d and autowrap_function3d in a vector3dmodule. For example, in TypeError message in autowrap_function2d, 'A vector3d.Function1D object is required.' should be change into 'A vector3d.Function2D ...'