Skip to content

Commit

Permalink
DOC: missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Feb 15, 2022
1 parent 267bf95 commit ca745cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Other Languages

Once installed, PyBLP can be incorporated into projects written in many other languages with the help of various tools that enable interoperability with Python.

For example, the `reticulate <https://github.com/rstudio/reticulate>`_ package makes interacting with PyBLP in R straightforward (when supported, Python objects can be converted to their R counterparts with the `py_to_r` function)::
For example, the `reticulate <https://github.com/rstudio/reticulate>`_ package makes interacting with PyBLP in R straightforward (when supported, Python objects can be converted to their R counterparts with the ``py_to_r`` function)::

library(reticulate)
pyblp <- import("pyblp", convert=FALSE)
Expand Down

0 comments on commit ca745cb

Please sign in to comment.