Skip to content

Commit 5375c96

Browse files
committed
Remove Options.md
1 parent e06ae18 commit 5375c96

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

docs/user/Options.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/user/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ For GraalVM Enterprise users, the [manual component installation](https://www.gr
1818

1919
## Running Python
2020

21-
GraalVM implementation of Python targets Python 3.7 compatibility. While support for
22-
the Python language is still limited, you can run simple Python scripts or commands
23-
with the `graalpython` binary:
24-
25-
```shell
21+
GraalVM implementation of Python targets Python 3.7 compatibility. While support
22+
for the Python language is still limited, you can run simple Python scripts or
23+
commands with the `graalpython` binary.
24+
```
2625
$ graalpython [options] [-c cmd | filename]
2726
```
2827

@@ -32,7 +31,7 @@ GraalVM supports some of the same options as Python 3.7 and some additional
3231
options to control the underlying Python implementation, the GraalVM tools
3332
and the execution engine. These can be viewed using the following command:
3433

35-
```shell
34+
```
3635
$ graalpython --help --help:tools --help:languages
3736
```
3837

0 commit comments

Comments
 (0)