diff --git a/R/io_parquet.R b/R/io_parquet.R index 7f2ba1c5b..58f919ed4 100644 --- a/R/io_parquet.R +++ b/R/io_parquet.R @@ -52,7 +52,7 @@ #' #' It is possible to scan data stored on HuggingFace using a path starting with #' `hf://`. The `hf://` path format is defined as -#' `hf://BUCKET/REPOSITORY@REVISION/PATH``, where: +#' `hf://BUCKET/REPOSITORY@REVISION/PATH`, where: #' #' * BUCKET is one of datasets or spaces #' * REPOSITORY is the location of the repository. this is usually in the diff --git a/man/IO_read_parquet.Rd b/man/IO_read_parquet.Rd index 80a20b320..1c0da7c10 100644 --- a/man/IO_read_parquet.Rd +++ b/man/IO_read_parquet.Rd @@ -113,7 +113,7 @@ a valid service account. Be sure to always include a service account in the It is possible to scan data stored on HuggingFace using a path starting with \verb{hf://}. The \verb{hf://} path format is defined as -`hf://BUCKET/REPOSITORY@REVISION/PATH``, where: +\verb{hf://BUCKET/REPOSITORY@REVISION/PATH}, where: \itemize{ \item BUCKET is one of datasets or spaces \item REPOSITORY is the location of the repository. this is usually in the diff --git a/man/IO_scan_parquet.Rd b/man/IO_scan_parquet.Rd index cfe4a17b3..202993bed 100644 --- a/man/IO_scan_parquet.Rd +++ b/man/IO_scan_parquet.Rd @@ -113,7 +113,7 @@ a valid service account. Be sure to always include a service account in the It is possible to scan data stored on HuggingFace using a path starting with \verb{hf://}. The \verb{hf://} path format is defined as -`hf://BUCKET/REPOSITORY@REVISION/PATH``, where: +\verb{hf://BUCKET/REPOSITORY@REVISION/PATH}, where: \itemize{ \item BUCKET is one of datasets or spaces \item REPOSITORY is the location of the repository. this is usually in the