Ovidio Peña Rodríguez před 7 roky
rodič
revize
c8e786cf2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/scattnlay.pyx

+ 1 - 1
src/scattnlay.pyx

@@ -67,7 +67,7 @@ def scattcoeffs(np.ndarray[np.float64_t, ndim = 2] x, np.ndarray[np.complex128_t
     Returns: (terms, an, bn)
     Returns: (terms, an, bn)
     with
     with
         terms: Number of multipolar expansion terms used for the calculations
         terms: Number of multipolar expansion terms used for the calculations
-        an, bn: complex scattering coefficients
+        an, bn: Complex scattering coefficients
     """
     """
     cdef Py_ssize_t i
     cdef Py_ssize_t i