Skip to content

Commit 6f3be9f

Browse files
committed
SIP updates
1 parent b696e9b commit 6f3be9f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

python/core/auto_generated/qgsfeatureiterator.sip.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ Wrapper for iterator of features from vector data provider or vector layer
214214

215215
QgsFeatureIterator();
216216
%Docstring
217-
construct invalid iterator
217+
Construct invalid iterator
218218
%End
219219
QgsFeatureIterator( QgsAbstractFeatureIterator *iter /Transfer/ );
220220
%Docstring
221-
construct a valid iterator
221+
Construct a valid iterator
222222
%End
223223
QgsFeatureIterator( const QgsFeatureIterator &fi );
224224
%Docstring
225-
copy constructor copies the iterator, increases ref.count
225+
Copy constructor copies the iterator, increases ref.count
226226
%End
227227
~QgsFeatureIterator();
228228

python/core/auto_generated/qgsprovidermetadata.sip.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ Metadata for provider with direct provider creation function pointer, where
4242
no library is involved.
4343

4444
.. versionadded:: 3.0
45-
46-
.. note::
47-
48-
not available in Python bindings
4945
%End
5046
%MethodCode
5147

python/core/auto_generated/qgsproviderregistry.sip.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ Returns a string containing the available protocol drivers
184184
%Docstring
185185
register a new vector data provider from its ``providerMetadata``
186186

187-
:param providerMetadata: QgsProviderMetadata instance describing the new provider
188-
189187
.. note::
190188

191189
ownership of the QgsProviderMetadata instance is transferred to the registry

0 commit comments

Comments
 (0)