We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61af7c1 commit 10c7933Copy full SHA for 10c7933
1 file changed
programming-languages/docs/README.md
@@ -68,7 +68,7 @@ def get_lang_from_path(filepath):
68
]
69
return lang_matches[0] if len(matches) == 1 else lang_matches
70
71
-print(get_lang_from_path('main.rs')) # => [ 'RenderScript', 'Rust' ]
+print(get_lang_from_path('main.rs')) # => ['RenderScript', 'Rust']
72
print(get_lang_from_path('script.kt')) # => Kotlin
73
print(get_lang_from_path('data.avsc')) # => [] (use data-languages pkg)
74
```
0 commit comments