Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quote task_local_storage in docstrings #39306

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

baggepinnen
Copy link
Contributor

Without the quoting, several terminals render the string as

help?> Test.push_testset
  push_testset(ts::AbstractTestSet)

  Adds the test set to the tasklocalstorage.

with the word local being underlined.

Without the quoting, several terminals render the string as 
```
help?> Test.push_testset
  push_testset(ts::AbstractTestSet)

  Adds the test set to the tasklocalstorage.
```
with the word `local` being underlined.
@KristofferC KristofferC merged commit 642a88c into JuliaLang:master Jan 18, 2021
@baggepinnen baggepinnen deleted the patch-4 branch January 18, 2021 16:22
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
Without the quoting, several terminals render the string as 
```
help?> Test.push_testset
  push_testset(ts::AbstractTestSet)

  Adds the test set to the tasklocalstorage.
```
with the word `local` being underlined.
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
Without the quoting, several terminals render the string as 
```
help?> Test.push_testset
  push_testset(ts::AbstractTestSet)

  Adds the test set to the tasklocalstorage.
```
with the word `local` being underlined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants