Skip to content

Commit

Permalink
Python: fix: python notebooks 10 chapter title (#3036)
Browse files Browse the repository at this point in the history
### Motivation and Context
The title of chapter 10 in the Python notebooks would be called
'Multiple Results' better.

### Description

Change the title of the notebook.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • Loading branch information
zhaozhiming and dmytrostruk authored Oct 4, 2023
1 parent 812bc23 commit 1f301bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/notebooks/10-multiple-results-per-prompt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "68e1c158",
"metadata": {},
"source": [
"# Streaming Results"
"# Multiple Results"
]
},
{
Expand Down

0 comments on commit 1f301bb

Please sign in to comment.