Skip to content

Commit 0b12398

Browse files
committed
Perl.html: Fix incorrect references to python
1 parent a7ff0da commit 0b12398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/Manual/Perl5.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ <H3><a name="Perl5_nn19">31.4.5 Structures</a></H3>
10641064
<p>
10651065
If you want to set an array member, you will need to supply a "memberin" typemap
10661066
described later in this chapter. As a special case, SWIG does generate
1067-
code to set array members of type <tt>char</tt> (allowing you to store a Python
1067+
code to set array members of type <tt>char</tt> (allowing you to store a Perl
10681068
string in the structure).
10691069
</p>
10701070

@@ -1735,7 +1735,7 @@ <H2><a name="Perl5_nn26">31.6 Exception handling</a></H2>
17351735

17361736
<div class="code">
17371737
<pre>
1738-
%except(python) {
1738+
%except(perl5) {
17391739
try {
17401740
$function
17411741
}

0 commit comments

Comments
 (0)