Skip to content

Commit

Permalink
Fix typo in PtFindImage docstring.
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Davies <[email protected]>
  • Loading branch information
Hoikas and Deledrius authored Nov 11, 2024
1 parent d1da38e commit 3d0daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/FeatureLib/pfPython/pyImageGlue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void pyImage::AddPlasmaClasses(PyObject *m)
}

#ifndef BUILDING_PYPLASMA
PYTHON_GLOBAL_METHOD_DEFINITION(PtFindImage, args, "Params: name\nFind an already loaded image by by name.")
PYTHON_GLOBAL_METHOD_DEFINITION(PtFindImage, args, "Params: name\nFind an already loaded image by name.")
{
ST::string name;
if (!PyArg_ParseTuple(args, "O&", PyUnicode_STStringConverter, &name)) {
Expand Down

0 comments on commit 3d0daa8

Please sign in to comment.