Skip to content

Commit a16df81

Browse files
authored
Fix icon for CPython interoperability benefit (#20)
* Fix Icon for Interoperability with CPython It seems icon for CPython is not available or does not work probably due to trademark * Reduce content of benefit-6 Open source
1 parent 12dc968 commit a16df81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/benefits/benefit-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Just-In-Time (JIT)"
3-
icon: "fa fa-cogs"
3+
icon: "fa fa-clock"
44
---
55
LPython supports Just-in-time compilation which requires only decorating Python function with @lpython.

content/benefits/benefit-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Interoperability with CPython"
3-
icon: "fa fa-python"
3+
icon: "fa fa-cogs"
44
---
55
LPython offers seamless interoperability with CPython.
66
One can easily call functions in CPython libraries

content/benefits/benefit-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "Open source"
33
icon: "fas fa-code-branch"
44
---
5-
LPython, being an open-source project, enjoys the advantages of cost-effectiveness, transparency, community collaboration, flexibility, rapid bug resolution, enhanced security, sustainability, knowledge exchange, worldwide support.
5+
LPython, being an open-source project, enjoys the advantages of community collab, transparency, rapid bug resolution, enhanced security, knowledge exchange and more.

0 commit comments

Comments
 (0)