Skip to content

Commit 46873db

Browse files
committed
fix build
1 parent c026f04 commit 46873db

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

notes/2023-09-21.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,7 @@ It wrote over. One `>` writes to the file in overwrite mode.
487487

488488
````{margin}
489489
```{tip}
490-
## Conceptual Connection
491-
492-
490+
**Conceptual Connection**
493491
494492
When we open a file in a program we use functions like
495493
- `fopen` in C
@@ -504,7 +502,7 @@ typically we also have to tell it what *mode* to open the file with, and some op
504502
505503
506504
507-
References
505+
**References**
508506
509507
- [C language docs from IBM](https://www.ibm.com/docs/en/zos/2.2.0?topic=functions-fopen-open-file)
510508
- [Python official docs](https://docs.python.org/3/library/functions.html#open)
@@ -516,7 +514,7 @@ References
516514
````
517515

518516
```{note}
519-
**mode** this is a good vocab term that could be added to the site glossary for a community badge
517+
**mode** is a good vocab term that could be added to the site glossary for a community badge
520518
```
521519

522520
## Recovering from mistakes with git restore

notes/2023-10-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Remmeber the `.gitignore` file lives **outside** of the `.git` directory because
178178

179179
## Creating a repo from scratch
180180

181-
---
181+
+++
182182

183183
We will start in the top level course directory.
184184
```{code-cell} bash

0 commit comments

Comments
 (0)