File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ module Python {
600
600
Compile a lambda function like 'lambda x,: x + 1'
601
601
602
602
Note: this only works with lambdas that accept a tuple of arguments,
603
- like 'x,' or '*args'
603
+ like 'x,' or '\ *args'
604
604
605
605
For example:
606
606
.. code-block:: python
@@ -638,7 +638,7 @@ module Python {
638
638
Compile a lambda function like 'lambda x,: x + 1'
639
639
640
640
Note: this only works with lambdas that accept a tuple of arguments,
641
- like 'x,' or '*args'
641
+ like 'x,' or '\ *args'
642
642
643
643
Creates a new reference
644
644
*/
@@ -1722,7 +1722,7 @@ module Python {
1722
1722
Import a Python module from bytecode using an arbitrary name.
1723
1723
1724
1724
This is equivalent to running the code in a file, and then importing the
1725
- module. However, this takes the bytecode directly (i.e. *.pyc files),
1725
+ module. However, this takes the bytecode directly (i.e. `` *.pyc`` files),
1726
1726
rather than the source.
1727
1727
1728
1728
.. warning::
You can’t perform that action at this time.
0 commit comments