Skip to content

Commit 273e2a7

Browse files
committed
Python Jarvis March cleanup: change filename from camelCase to snake_case
1 parent 21e2f4c commit 273e2a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contents/jarvis_march/jarvis_march.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Since this algorithm, there have been many other algorithms that have advanced t
3737
{% sample lang="js" %}
3838
[import, lang:"javascript"](code/javascript/jarvis-march.js)
3939
{% sample lang="py" %}
40-
[import, lang:"python"](code/python/jarvisMarch.py)
40+
[import, lang:"python"](code/python/jarvis_march.py)
4141
{% sample lang="cpp" %}
4242
[import, lang:"cpp"](code/c++/jarvis_march.cpp)
4343
{% sample lang="lisp" %}

0 commit comments

Comments
 (0)