Unverified Commit 0b66333f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix IPython capitalization

parent 440d8864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1089,7 +1089,7 @@ def get_thermo_data(output):

class PyLammps(object):
  """
  More Python-like wrapper for LAMMPS (e.g., for iPython)
  More Python-like wrapper for LAMMPS (e.g., for IPython)
  See examples/ipython for usage
  """

@@ -1349,7 +1349,7 @@ class PyLammps(object):

class IPyLammps(PyLammps):
  """
  iPython wrapper for LAMMPS which adds embedded graphics capabilities
  IPython wrapper for LAMMPS which adds embedded graphics capabilities
  """

  def __init__(self,name="",cmdargs=None,ptr=None,comm=None):