Python: escape examples as code blocks in Markdown.

This commit is contained in:
Don Cross
2019-07-12 20:04:15 -04:00
parent f97096105a
commit 00a80bd45a
2 changed files with 11 additions and 0 deletions

View File

@@ -144,8 +144,10 @@ as seen by an observer on the surface of the Earth.
**Finds the Body enumeration value, given the name of a body.**
```
>>> astronomy.BodyCode('Mars')
<Body.Mars: 3>
```
| Type | Parameter | Description |