Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 10, 2024
1 parent d82ec6a commit c5a763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/in_memory/pitfalls.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ is.integer(int_ex)

This can often lead to errors when using `reticulate`! If you're calling a Python function and provide it with just a number in R, it probably won't be recognised as an integer, leading to weird errors:

```{r float_integer_error error=true}
```{r float_integer_error, error=true}
library(reticulate)
bi <- reticulate::import_builtins()
Expand Down

0 comments on commit c5a763b

Please sign in to comment.