Using string instead of str

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-10-02 15:09:34 +02:00
parent 3f75d0d555
commit 642b4cc698

View File

@@ -252,7 +252,7 @@ cpdef string get_REFPROPname(string Fluid):
"""
return _get_fluid_param_string(Fluid,'REFPROP_name')
cpdef string get_BibTeXKey(str Fluid, str key):
cpdef string get_BibTeXKey(string Fluid, string key):
"""
Return the BibTeX key for the given fluid.