Skip to content

Commit a8d499e

Browse files
committed
docs: fix R session being in readme
1 parent ec44e98 commit a8d499e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use the pins package, you must first create a pin board. A good place
3131
to start is `board_folder()`, which stores pins in a directory you
3232
specify. Here I’ll use a special version of `board_folder()` called
3333
`board_temp()` which creates a temporary board that’s automatically
34-
deleted when your R session ends. This is great for examples, but
34+
deleted when your Python script or notebook session ends. This is great for examples, but
3535
obviously you shouldn't use it for real work!
3636

3737
```{python}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use the pins package, you must first create a pin board. A good place
2424
to start is `board_folder()`, which stores pins in a directory you
2525
specify. Here I’ll use a special version of `board_folder()` called
2626
`board_temp()` which creates a temporary board that’s automatically
27-
deleted when your R session ends. This is great for examples, but
27+
deleted when your Python script or notebook session ends. This is great for examples, but
2828
obviously you shouldn't use it for real work!
2929

3030

@@ -49,7 +49,7 @@ board.pin_write(mtcars.head(), "mtcars", type="csv")
4949

5050

5151

52-
Meta(title='mtcars: a pinned 5 x 11 DataFrame', description=None, created='20220513T174015Z', pin_hash='120a54f7e0818041', file='mtcars.csv', file_size=249, type='csv', api_version=1, version=Version(created=datetime.datetime(2022, 5, 13, 17, 40, 15, 184665), hash='120a54f7e0818041'), name='mtcars', user={})
52+
Meta(title='mtcars: a pinned 5 x 11 DataFrame', description=None, created='20220518T150837Z', pin_hash='120a54f7e0818041', file='mtcars.csv', file_size=249, type='csv', api_version=1, version=Version(created=datetime.datetime(2022, 5, 18, 15, 8, 37, 413288), hash='120a54f7e0818041'), name='mtcars', user={})
5353

5454

5555

0 commit comments

Comments
 (0)