Update sipify expected results

This commit is contained in:
Nyall Dawson 2019-02-27 07:10:43 +10:00
parent 2e0a54de44
commit 182e6cf97b

View File

@ -170,7 +170,7 @@ Here's some comment mentioning another class QgsAutoAwesomemater.makeLessAwesome
MyPointer *pointerReturnValue();
%Docstring
I return a pointer. If something bad happens, I return None.
I return a pointer. If something bad happens, I return ``None``.
:return: pointer to something cool
%End