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 de63f38 commit 61af7c1Copy full SHA for 61af7c1
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')) # => 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