Skip to content

Commit 75bd894

Browse files
committed
fix qa
1 parent 26f91b0 commit 75bd894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/plutus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ class PlutusScript(CBORSerializable, bytes):
10701070
10711071
This class is a base class for all Plutus script versions.
10721072
1073-
Example - Load a Plutus script from `test/resources/scriptV2.plutus <https://github.com/Python-Cardano/pycardano/blob/main/test/resources/scriptV2.plutus>`_ and get its address:
1073+
Example - Load a Plutus script from `test/resources/scriptV2.plutus <https://github.com/Python-Cardano/pycardano/blob/main/test/resources/scriptV2.plutus>`_ and get its address: # noqa: E501
10741074
10751075
10761076
>>> from pycardano import Address, Network

0 commit comments

Comments
 (0)