Fixed Abstract State keyed_output function docs

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-09-24 18:52:22 +02:00
parent 087fd402d6
commit 5c2bc9da00

View File

@@ -42,7 +42,7 @@ cdef class AbstractState:
## ----------------------------------------
cpdef double keyed_output(self, parameters iOutput) except *:
""" Update :cpapi:`CoolProp::AbstractState::update` """
""" Update :cpapi:`CoolProp::AbstractState::keyed_output(parameters key)` """
return self.thisptr.keyed_output(iOutput)
cpdef double T(self) except *: