Skip to content

Commit

Permalink
docs: remove unneeded semicolon in python
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Dec 14, 2020
1 parent 42ffb62 commit 50178a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ any other native type:

```python
greeter = Greeter()
greeter.greet("World"); # => Hello, World!
greeter.greet("World") # => Hello, World!
```

## How to use this website
Expand Down

0 comments on commit 50178a0

Please sign in to comment.