Skip to content

Commit 74b3823

Browse files
committedJul 31, 2017
Update sip binding
1 parent 4253a44 commit 74b3823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎python/core/qgsarchive.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QgsArchive
3232
%End
3333

3434

35-
~QgsArchive();
35+
virtual ~QgsArchive();
3636
%Docstring
3737
Destructor
3838
%End

‎python/core/qgsziputils.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ namespace QgsZipUtils
3838

3939
bool zip( const QString &zip, const QStringList &files );
4040
%Docstring
41-
Zip the list of files in the zip file. If the zip file yet exists or is
41+
Zip the list of files in the zip file. If the zip file already exists or is
4242
empty, an error is returned. If an input file does not exist, an error is
4343
also returned.
4444
\param zip The zip filename
45-
\param files The absolute path filles to embed within the zip
45+
\param files The absolute path to files to embed within the zip
4646
.. versionadded:: 3.0
4747
:rtype: bool
4848
%End

0 commit comments

Comments
 (0)
Please sign in to comment.