Changes between Version 1 and Version 2 of Meeting20180224


Ignore:
Timestamp:
Jan 26, 2018, 7:31:25 PM (6 years ago)
Author:
Neil
Comment:

Fix formating

Legend:

Unmodified
Added
Removed
Modified
  • Meeting20180224

    v1 v2  
    2222To be confirmed, but likely to be early April
    2323
    24 ```
    25 python3 -c "import datetime as D ; print(D.date(2018, 2, 24) + D.timedelta(weeks=6))"
    26 ```
     24`python3 -c "import datetime as D ; print(D.date(2018, 2, 24) + D.timedelta(weeks=6))"`