Skip to content

Commit c742c93

Browse files
committed
update notes
1 parent 2cd3c12 commit c742c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.test/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
What I have tried
1+
Notes and test codes
22
==================
33

44
This isn't a part of module `bookmanager` but a test field for development, recording codes and notes before production.
55

66
What is an address book?
77
------------------------
88

9-
It should be a model which looks like that one intance can point to many intances for a many to many relationship.
9+
It should be a model which looks like that one instance can point to many intances for a many to many relationship.
1010

1111
I tried to write pure models in Python only with some class(es), list, matrix or so. But I found the relationship part is not so handy and efficent. Mostly I am inventing wheels...
1212

0 commit comments

Comments
 (0)