Skip to content

Commit

Permalink
fix: issue with page names
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Sep 30, 2022
1 parent fcc88dc commit 2e59685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ parts:
- caption: Object Model
numbered: true
chapters:
- file: notebooks/1.1 Inspection
- file: notebooks/1.2 Intro to Classes
- file: notebooks/1.1 Intro to Classes
- file: notebooks/1.2 Inspection
- file: notebooks/1.3 Logging
- file: notebooks/1.4 Debugging
- file: notebooks/1.5 Profiling
Expand Down
2 changes: 1 addition & 1 deletion notebooks/1.1 Intro to Classes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"\n",
"```python\n",
"class BadPath:\n",
" string_location = ?\n",
" string_location = ...\n",
"\n",
" def exists(self):\n",
" return os.path.exists(self.string_location)\n",
Expand Down

0 comments on commit 2e59685

Please sign in to comment.