This commit is contained in:
Alessandro Pasotti 2019-11-12 12:22:18 +01:00
parent b1ac605e32
commit fc9ba85efa

View File

@ -62,7 +62,7 @@ Constructor
static QString methodToString( const Method &method );
%Docstring
methodToString returns a string representation of an HTTP request ``method``
Returns a string representation of an HTTP request ``method``.
.. versionadded:: 3.12
%End