Skip to content

Commit a1d2763

Browse files
committed
a little cleanup
1 parent c7513e5 commit a1d2763

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

slides_sources/source/session10.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ Homework Questions?
2020

2121
From any of the Exercises...
2222

23-
Code Review
24-
-----------
25-
26-
Anyone unsatisfied with their solution -- or stuck?
27-
28-
Let's do a code review!
29-
3023

3124
Projects
3225
--------
@@ -56,8 +49,13 @@ Lightning Talks Today:
5649
Code Review?
5750
============
5851

52+
53+
54+
5955
.. rst-class:: left
6056

57+
Anyone unsatisfied with their solution -- or stuck?
58+
6159
Do you think you've "got" iterators, iterables, and generators?
6260

6361
Options:
@@ -68,6 +66,7 @@ Code Review?
6866

6967
3) Go over someone's project code -- anyone stuck on something?
7068

69+
4) wait till the end of class -- and see how much time we have.
7170

7271
==========
7372
Decorators
@@ -451,7 +450,7 @@ But this could also be accomplished like so:
451450
"I'm the 'x' property.")
452451
453452
454-
:download:`Examples/Session10/property_ugly.py <../../Examples/Session10/property_ugly.py>`
453+
``Examples/Session10/property_ugly.py``
455454

456455

457456
.. nextslide::
@@ -498,8 +497,9 @@ HTML 'p' tag:
498497
In [5]: return_a_string("this is a string")
499498
Out[5]: '<p> this is a string </p>'
500499
501-
simple test code in
502-
:download:`Examples/Session10/test_p_wrapper.py <../../Examples/Session10/test_p_wrapper.py>`
500+
simple test code in:
501+
502+
``Examples/Session10/test_p_wrapper.py``
503503

504504

505505
Lightning Talks
@@ -676,7 +676,7 @@ Consider this code:
676676
print('__exit__({}, {}, {})'.format(exc_type, exc_val, exc_tb))
677677
return self.handle_error
678678
679-
:download:`Examples/Session10/context_managers.py <../../Examples/Session10/context_managers.py>`
679+
``Examples/Session10/context_managers.py``
680680

681681

682682
.. nextslide::
@@ -823,6 +823,6 @@ Please do the online course evaluation
823823

824824
Anyone want office hours Sunday?
825825

826-
Or antoher time?
826+
Or another time?
827827

828828
Keep writing Python!

0 commit comments

Comments
 (0)