Skip to content

Commit 4c4bd22

Browse files
Apply suggestions from code review
Co-authored-by: Julia Silge <julia.silge@gmail.com>
1 parent dfefe66 commit 4c4bd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

help-pane.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ It can be used to display information about an object, function, or package.
99

1010
## Getting Help in Python & R
1111

12-
You can open documentation in the Help Pane using language-specific tools or the keyboard shortcut `F1`.
13-
These methods automatically open the Help pane and display documentation.
12+
You can open documentation in the Help Pane using language-specific tools or the keyboard shortcut <kbd>F1</kbd>.
13+
These methods automatically open the Help Pane and display documentation.
1414

1515
::: {.panel-tabset}
1616

@@ -33,7 +33,7 @@ The Help Pane supports the following types of documentation in Python:
3333
### R
3434

3535
```r
36-
?paste0()
36+
?paste0
3737
# or
3838
help(paste0)
3939
```

0 commit comments

Comments
 (0)