Skip to content

Commit b119a5c

Browse files
Minor documentation tweaks
1 parent 9607cab commit b119a5c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/interface/image.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ are handled by CurlIo. Ssh, sftp paths are handled by SshIo. Others are
111111
handled by FileIo.
112112
113113
:type path: str
114-
:param path: %Image file.
114+
:param path: Image file.
115115
:type useCurl: bool, optional
116116
:param useCurl: Indicate whether the libcurl is used or not.
117117
If it's true, http is handled by CurlIo. Otherwise it is
118118
handled by HttpIo.
119119
:rtype: :py:class:`BasicIo`
120-
:return: An auto-pointer that owns a BasicIo instance.
120+
:return: A BasicIo object.
121121
:raises: Error If the file is not found or it is unable to connect to
122122
the server to read the remote file.
123123
@@ -154,7 +154,7 @@ Exiv2::enableBMFF(true);
154154
%feature("docstring") enableBMFF "Enable BMFF support.
155155
156156
If libexiv2 has been built with BMFF support it is already enabled
157-
and this fubction does nothing.
157+
and this function does nothing.
158158
:type enable: bool, optional
159159
:param enable: Set to True to enable BMFF file access.
160160
:rtype: bool

src/swig-0_27_7/image_wrap.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7055,7 +7055,7 @@ static PyMethodDef SwigMethods[] = {
70557055
"Enable BMFF support.\n"
70567056
"\n"
70577057
"If libexiv2 has been built with BMFF support it is already enabled\n"
7058-
"and this fubction does nothing.\n"
7058+
"and this function does nothing.\n"
70597059
":type enable: bool, optional\n"
70607060
":param enable: Set to True to enable BMFF file access.\n"
70617061
":rtype: bool\n"
@@ -7070,7 +7070,7 @@ SWIGINTERN PyGetSetDef SwigPyBuiltin__Exiv2__Image_getset[] = {
70707070
"Enable BMFF support.\n"
70717071
"\n"
70727072
"If libexiv2 has been built with BMFF support it is already enabled\n"
7073-
"and this fubction does nothing.\n"
7073+
"and this function does nothing.\n"
70747074
":type enable: bool, optional\n"
70757075
":param enable: Set to True to enable BMFF file access.\n"
70767076
":rtype: bool\n"
@@ -7710,13 +7710,13 @@ SWIGINTERN PyGetSetDef SwigPyBuiltin__Exiv2__ImageFactory_getset[] = {
77107710
"handled by FileIo.\n"
77117711
"\n"
77127712
":type path: str\n"
7713-
":param path: %Image file.\n"
7713+
":param path: Image file.\n"
77147714
":type useCurl: bool, optional\n"
77157715
":param useCurl: Indicate whether the libcurl is used or not.\n"
77167716
" If it's true, http is handled by CurlIo. Otherwise it is\n"
77177717
" handled by HttpIo.\n"
77187718
":rtype: :py:class:`BasicIo`\n"
7719-
":return: An auto-pointer that owns a BasicIo instance.\n"
7719+
":return: A BasicIo object.\n"
77207720
":raises: Error If the file is not found or it is unable to connect to\n"
77217721
" the server to read the remote file.\n"
77227722
"\n"
@@ -7763,13 +7763,13 @@ SWIGINTERN PyMethodDef SwigPyBuiltin__Exiv2__ImageFactory_methods[] = {
77637763
"handled by FileIo.\n"
77647764
"\n"
77657765
":type path: str\n"
7766-
":param path: %Image file.\n"
7766+
":param path: Image file.\n"
77677767
":type useCurl: bool, optional\n"
77687768
":param useCurl: Indicate whether the libcurl is used or not.\n"
77697769
" If it's true, http is handled by CurlIo. Otherwise it is\n"
77707770
" handled by HttpIo.\n"
77717771
":rtype: :py:class:`BasicIo`\n"
7772-
":return: An auto-pointer that owns a BasicIo instance.\n"
7772+
":return: A BasicIo object.\n"
77737773
":raises: Error If the file is not found or it is unable to connect to\n"
77747774
" the server to read the remote file.\n"
77757775
"\n"

src/swig-0_28_7/image_wrap.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7135,7 +7135,7 @@ static PyMethodDef SwigMethods[] = {
71357135
"Enable BMFF support.\n"
71367136
"\n"
71377137
"If libexiv2 has been built with BMFF support it is already enabled\n"
7138-
"and this fubction does nothing.\n"
7138+
"and this function does nothing.\n"
71397139
":type enable: bool, optional\n"
71407140
":param enable: Set to True to enable BMFF file access.\n"
71417141
":rtype: bool\n"
@@ -7150,7 +7150,7 @@ SWIGINTERN PyGetSetDef SwigPyBuiltin__Exiv2__Image_getset[] = {
71507150
"Enable BMFF support.\n"
71517151
"\n"
71527152
"If libexiv2 has been built with BMFF support it is already enabled\n"
7153-
"and this fubction does nothing.\n"
7153+
"and this function does nothing.\n"
71547154
":type enable: bool, optional\n"
71557155
":param enable: Set to True to enable BMFF file access.\n"
71567156
":rtype: bool\n"
@@ -7781,13 +7781,13 @@ SWIGINTERN PyGetSetDef SwigPyBuiltin__Exiv2__ImageFactory_getset[] = {
77817781
"handled by FileIo.\n"
77827782
"\n"
77837783
":type path: str\n"
7784-
":param path: %Image file.\n"
7784+
":param path: Image file.\n"
77857785
":type useCurl: bool, optional\n"
77867786
":param useCurl: Indicate whether the libcurl is used or not.\n"
77877787
" If it's true, http is handled by CurlIo. Otherwise it is\n"
77887788
" handled by HttpIo.\n"
77897789
":rtype: :py:class:`BasicIo`\n"
7790-
":return: An auto-pointer that owns a BasicIo instance.\n"
7790+
":return: A BasicIo object.\n"
77917791
":raises: Error If the file is not found or it is unable to connect to\n"
77927792
" the server to read the remote file.\n"
77937793
"\n"
@@ -7834,13 +7834,13 @@ SWIGINTERN PyMethodDef SwigPyBuiltin__Exiv2__ImageFactory_methods[] = {
78347834
"handled by FileIo.\n"
78357835
"\n"
78367836
":type path: str\n"
7837-
":param path: %Image file.\n"
7837+
":param path: Image file.\n"
78387838
":type useCurl: bool, optional\n"
78397839
":param useCurl: Indicate whether the libcurl is used or not.\n"
78407840
" If it's true, http is handled by CurlIo. Otherwise it is\n"
78417841
" handled by HttpIo.\n"
78427842
":rtype: :py:class:`BasicIo`\n"
7843-
":return: An auto-pointer that owns a BasicIo instance.\n"
7843+
":return: A BasicIo object.\n"
78447844
":raises: Error If the file is not found or it is unable to connect to\n"
78457845
" the server to read the remote file.\n"
78467846
"\n"

0 commit comments

Comments
 (0)